Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1 KB

README.md

File metadata and controls

35 lines (28 loc) · 1 KB

Material-ui-chip-text-input

This component provides a chip input field using Input component from Material-UI library.

Demo

Click here to 🚀

Installation

As a prerequisite, you must include the Material icon font in your project, for instance, via Google Web Fonts:

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
npm i material-ui-chip-text-input --save

Note: If you are using Material-UI 1.0.0-beta, you should update to the latest version.

Usage

import ChipTextInput from 'material-ui-chip-text-input';

<ChipTextInput
  name="foo"
  placeholde="Type here!"
  onChange={(chips) => handleChange(chips)}
/>

TODO

  • Initial component
  • Test
  • Initial Values

License

The files included in this repository are licensed under the MIT license.