An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# react-phrase-selector
React component for selecting phrases

[![Build Status](https://travis-ci.org/alk831/react-phrase-selector.svg?branch=master)](https://travis-ci.org/alk831/react-phrase-selector)

## Example
```js
import { PhraseSelector } from '@art4/react-phrase-selector';

export const ListItem = () => {
return (
<>

>
);
}
```