Skip to content

Commit

Permalink
chore: 🤖 move to hc-oss
Browse files Browse the repository at this point in the history
  • Loading branch information
harshzalavadiya authored Jul 19, 2022
1 parent 72fd167 commit 97d6ad8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ yarn add react-tag-input-component # yarn

## 📦 Example

![Example](preview.gif)
![Example](https://user-images.githubusercontent.com/5774849/179722762-4d7feef6-52af-4662-ba97-129191fb4f26.gif)

[![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)

```tsx
import React, { useState } from "react";
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "react-tag-input-component",
"description": "lightweight component for tag(s) input",
"version": "1.0.8",
"version": "1.0.9",
"license": "MIT",
"author": "Harsh Zalavadiya",
"repository": "https://github.com/hc-oss/react-tag-input-component",
"module": "dist/react-tag-input-component.esm.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
Binary file removed preview.gif
Binary file not shown.

0 comments on commit 97d6ad8

Please sign in to comment.