0.4.11 • Published 3 years ago

@schumskie/simpleselect v0.4.11

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

simpleselect

SimpleSelect is a library which helps you to better style your select/multiselect elements.

Instalation

Via NPM

npm install @schumskie/simpleselect

Via CDN

<script src="https://unpkg.com/@schumskie/simpleselect@latest/dist/simpleselect.js"></script>

Usage

// if you are using ES6
import SimpleSelect from "@schumskie/simpleselect";
// will apply on all select elements.
SimpleSelect.init("select"); 
// will apply on select with 'my-select' id.
SimpleSelect.init('#my-select"); 

More info comming soon!

0.4.11

3 years ago

0.4.10

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.3.0

3 years ago

0.4.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago