We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b7b2a commit e255833Copy full SHA for e255833
README.md
@@ -28,7 +28,7 @@ yarn add react-tag-input-component # yarn
28
29
```tsx
30
import React, { useState } from "react";
31
-import TagsInput from "react-tag-input-component";
+import { TagsInput } from "react-tag-input-component";
32
33
const Example = () => {
34
const [selected, setSelected] = useState(["papaya"]);
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-tag-input-component",
3
"description": "lightweight component for tag(s) input",
4
- "version": "1.0.4",
+ "version": "1.0.5",
5
"license": "MIT",
6
"author": "Harsh Zalavadiya",
7
"module": "dist/react-tag-input-component.esm.js",
0 commit comments