material-input-chips

1.5.0 • Public • Published

material-input-chips

This project provides a chip input field for material-ui@next. It is inspired by https://github.com/TeamWertarbyte/material-ui-chip-input.

WORKING!

Installation

npm i --save material-input-chips

Usage

import React from 'react'
import InputChips from 'material-input-chips'
 
class MyComponent extends React.Component {
  state = { selected: [] }
 
  render() {
    return (
      <InputChips
        selected={this.state.selected}
        onChange={(selected) => this.seState({ selected })}
      />
    )
  }
}

/material-input-chips/

    Package Sidebar

    Install

    npm i material-input-chips

    Weekly Downloads

    35

    Version

    1.5.0

    License

    MIT

    Unpacked Size

    1.58 MB

    Total Files

    21

    Last publish

    Collaborators

    • nehring