Skip to content

Commit

Permalink
(feat) Initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
atapas committed Oct 3, 2024
1 parent b9813b2 commit 2a24308
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@

A simple hook to compare two texts and provide you the diff and the matching percentages

## To Use Components

```js
import 'text-compare/dist/style.css';
import { Compare } from "text-compare";

export const CompareText = () => {
return(
<Compare/>
)
}
```

0 comments on commit 2a24308

Please sign in to comment.