Skip to content

minimalist-components/mn-chips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Minimalist component to define a list of items

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors