0.1.1 • Published 8 years ago

metal-autocomplete-badges v0.1.1

Weekly downloads
3
License
BSD
Repository
github
Last release
8 years ago

metal-autocomplete-badges

An autocomplete component that renders badges for selected options

Setup

  1. Install NodeJS >= v0.12.0 and NPM >= v3.0.0, if you don't have it yet. You can find it here.

  2. Install local dependencies:

    npm install
  3. Build the code:

    npm run build
  4. Test the code:

    npm run test
  5. Open the demo at demos/index.html on your browser.