0.1.3 • Published 7 years ago
@applantic/chips-select v0.1.3
chips-select
Minimalistic but perfect custom select component
Why chips-select?
chips-select is minimalistic but perfect (for me, and maybe for most developers) select component.
- No change on design layout
- No manipulation on DOM tree
- Select style is fully customizable
- Efficient update on layout change
I hope you love it!
Demo
It's on the GitHub Pages.
Table of Contents
Install
npm
The best way to install and use chips-select is with npm. It's registered as chips-select.
$ npm install @applantic/chips-select
Manual download
You can manually download chips-select from Releases.
From sources
If you want to use the development version of the component, build from source manually. The development version may be unstable.
$ git clone https://github.com/applantic/chips-select.git
$ cd chips-select
$ npm install
$ npm run build
How to use
Options
Events
chips-select dispatches custom events.