File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ yarn add react-tag-input-component # yarn
24
24
25
25
## 📦 Example
26
26
27
- ![ Example] ( preview.gif )
27
+ ![ Example] ( https://user-images.githubusercontent.com/5774849/179722762-4d7feef6-52af-4662-ba97-129191fb4f26.gif )
28
+
29
+ [ ![ Edit react-tag-input-component] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/react-tag-input-component-rgf97?fontsize=14&hidenavigation=1&theme=dark )
28
30
29
31
``` tsx
30
32
import React , { useState } from " react" ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-tag-input-component" ,
3
3
"description" : " lightweight component for tag(s) input" ,
4
- "version" : " 1.0.8 " ,
4
+ "version" : " 1.0.9 " ,
5
5
"license" : " MIT" ,
6
6
"author" : " Harsh Zalavadiya" ,
7
+ "repository" : " https://github.com/hc-oss/react-tag-input-component" ,
7
8
"module" : " dist/react-tag-input-component.esm.js" ,
8
9
"main" : " dist/index.js" ,
9
10
"typings" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments