Skip to content

Tiendeo/Material-ui-chip-text-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

83c3a39 Â· Jul 20, 2018

History

12 Commits
Jul 20, 2018
Jul 18, 2018
Jul 18, 2018
Jul 18, 2018
Jul 18, 2018
Jul 18, 2018
Jul 18, 2018
Jul 20, 2018
Jul 18, 2018
Jul 20, 2018
Jul 20, 2018

Repository files navigation

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.

About

Chip Text Input using Material-UI Components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published