Skip to content

Commit 97d6ad8

Browse files
chore: 🤖 move to hc-oss
1 parent 72fd167 commit 97d6ad8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ yarn add react-tag-input-component # yarn
2424

2525
## 📦 Example
2626

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)
2830

2931
```tsx
3032
import React, { useState } from "react";

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "react-tag-input-component",
33
"description": "lightweight component for tag(s) input",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"license": "MIT",
66
"author": "Harsh Zalavadiya",
7+
"repository": "https://github.com/hc-oss/react-tag-input-component",
78
"module": "dist/react-tag-input-component.esm.js",
89
"main": "dist/index.js",
910
"typings": "dist/index.d.ts",

preview.gif

-26.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)