Native JS custom select
npm install nj-select
$ npm i nj-select
`#### yarn
`
$ yarn add nj-select
`#### Manual download
You can manually download NJ Select from repository.
How to use
Add select:
` html
`Use styles:
` html
`Import via ES modules:
` javascript
import NJSelect from 'nj-select';
`Or in browser:
` html
`To initialise:
` javascript
new NJSelect(document.getElementById('nj'));
``