0.1.3 • Published 7 years ago

@applantic/chips-select v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

chips-select

Minimalistic but perfect custom select component

npm

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.

License

MIT

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago