https://github.com/cjpatoilo/react-chip
Manage a list of chips based on a strings list.
https://github.com/cjpatoilo/react-chip
Last synced: over 1 year ago
JSON representation
Manage a list of chips based on a strings list.
- Host: GitHub
- URL: https://github.com/cjpatoilo/react-chip
- Owner: cjpatoilo
- License: mit
- Created: 2019-10-28T02:51:05.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T01:22:43.000Z (over 3 years ago)
- Last Synced: 2025-02-28T07:33:52.638Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cjpatoilo.com/react-chip
- Size: 649 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/contributing.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
README
> Manage a list of chips based on a strings list.
[](https://travis-ci.org/cjpatoilo/react-chip?branch=master)
[](https://ci.appveyor.com/project/cjpatoilo/react-chip)
[](https://www.codacy.com/app/cjpatoilo/react-chip/dashboard)
[](https://david-dm.org/cjpatoilo/react-chip)
[](https://www.npmjs.com/package/react-chip)
[](https://www.npmjs.com/package/react-chip)
[](https://gitter.im/cjpatoilo/react-chip)
## Why it's awesome
[description]
## Install
**Install with npm**
```sh
$ npm install react-chip
```
**Install with Yarn**
```sh
$ yarn add react-chip
```
## Usage
```jsx
import React from 'react'
import ReactChip from 'react-chip'
// basic usage
{console.log(chips)}} />
// advanced usage
{console.log(chips)}}
/>
```
## Contributing
Want to contribute? Follow these [recommendations](https://github.com/cjpatoilo/react-chip#contributing).
## License
Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [mit License](https://github.com/cjpatoilo/react-chip#license).
