https://github.com/adamlewkowicz/react-phrase-selector
React component for selecting phrases
https://github.com/adamlewkowicz/react-phrase-selector
Last synced: about 1 month ago
JSON representation
React component for selecting phrases
- Host: GitHub
- URL: https://github.com/adamlewkowicz/react-phrase-selector
- Owner: adamlewkowicz
- License: mit
- Created: 2019-06-04T11:04:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:05:37.000Z (over 2 years ago)
- Last Synced: 2023-03-03T21:12:54.325Z (about 2 years ago)
- Language: TypeScript
- Size: 789 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-phrase-selector
React component for selecting phrases[](https://travis-ci.org/alk831/react-phrase-selector)
## Example
```js
import { PhraseSelector } from '@art4/react-phrase-selector';export const ListItem = () => {
return (
<>
>
);
}
```