<h4>Default</h4>

```jsx
import { TagsInput } from 'frontend-react-components';

initialState = { value: [] };

<TagsInput
    onChange={(value) => setState({ value }) }
    value={state.value}
/>
```
---
