Minimalist component to define a list of items
npm install --save mn-chips
Or just download the main files, located in dist/
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>