0.0.9 • Published 7 years ago

mn-chips v0.0.9

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

npm version Dependency Status MIT Licence

mn-chips

Minimalist component to define a list of items

Install

npm install --save mn-chips

Or just download the main files, located in dist/

Usage

And then, in your html, use the tag mn-chips, and values with a inner tag option, e.g

<mn-chips placeholder='Houses'>
  <option value="test">Test</option>
  <option value="master">Master</option>
</mn-chips>
0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago