1.4.4 • Published 6 years ago

material-input-chips-custom v1.4.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

material-input-chips-custom

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-custom

Usage

import React from 'react'
import InputChips from 'material-input-chips-custom'

class MyComponent extends React.Component {
  state = { selected: [] }

  render() {
    return (
      <InputChips
        selected={this.state.selected}
        onChange={(selected) => this.seState({ selected })}
      />
    )
  }
}
1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago