https://github.com/malithmcr/cc-tagger
Awesome React Tagger Component
https://github.com/malithmcr/cc-tagger
input-tags reactjs tags
Last synced: 6 months ago
JSON representation
Awesome React Tagger Component
- Host: GitHub
- URL: https://github.com/malithmcr/cc-tagger
- Owner: malithmcr
- Created: 2019-04-05T21:21:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T08:19:50.000Z (about 7 years ago)
- Last Synced: 2025-11-27T09:44:40.719Z (8 months ago)
- Topics: input-tags, reactjs, tags
- Language: JavaScript
- Homepage: https://build.malithpriyashandev.now.sh/
- Size: 514 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Taggin input component. Easy to use.
[](https://www.npmjs.com/package/react-cc-tagger) [](https://standardjs.com)
React-cc-Tagger
A Tagging component for react. ❤️
## Install
```bash
npm install --save react-cc-tagger
```
## Usage
```jsx
import React, { Component } from 'react'
import CcTagger from 'react-cc-tagger'
class Example extends Component {
render () {
return (
)
}
}
```
## License
MIT © [malithmcr](https://github.com/malithmcr)
Feel free to create PR's or request features.