0.1.1 • Published 7 years ago
lantic-select v0.1.1
lantic-select
Minimalistic but perfect custom select component
Why lantic-select?
lantic-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 lantic-select is with npm. It's registered as lantic-select.
$ npm install lantic-select
Manual download
You can manually download lantic-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/dkarski/lantic-select.git
$ cd lantic-select
$ npm install
$ npm run build
How to use
Options
Events
lantic-select dispatches custom events.