🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

material-ui-chip-text-input

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-ui-chip-text-input

A chip input field using Material-UI.

0.0.3
latest
Source
npm
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 20 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts