material-ui-chip-text-input

0.0.3 • Public • Published

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

  • [x] Initial component
  • [ ] Test
  • [ ] Initial Values

License

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

/material-ui-chip-text-input/

    Package Sidebar

    Install

    npm i material-ui-chip-text-input

    Weekly Downloads

    21

    Version

    0.0.3

    License

    none

    Unpacked Size

    34.8 kB

    Total Files

    11

    Last publish

    Collaborators

    • a93jurado