Skip to content

Commit

Permalink
added import example for React Tags & MixedTags components
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed Mar 18, 2024
1 parent ca48d80 commit 57ee338
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ const App = () => {
To gain full access to Tagify's (instance) inner methods, A custom `ref` can be used:
```jsx
import Tags, {MixedTags} from "@yaireo/tagify/dist/react.tagify";
...
const tagifyRef = useRef()
...
Expand Down

0 comments on commit 57ee338

Please sign in to comment.