1.1.1 • Published 4 years ago

nj-select v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

NJ Select

Native JS custom select.

Demo

It's on the GitHub Pages.

Install

npm

$ npm i nj-select

yarn

$ yarn add nj-select

Manual download

You can manually download NJ Select from repository.

How to use

Add select:

<select id="nj">
    ...
</select>

Use styles:

<link rel="stylesheet" href="dist/nj-select.css">

Import via ES modules:

import NJSelect from 'nj-select';

Or in browser:

<script src="dist/nj-select.js"></script>

To initialise:

new NJSelect(document.getElementById('nj'));

License

MIT License

1.1.1

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago