0.0.5 • Published 3 years ago

@thomasgoffart/select v0.0.5

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

Select

Installation

You can install it using your package manager.

Using npm:

npm i @thomasgoffart/select

Using yarn:

yarn add @thomasgoffart/select

Getting started

In your script, you can import it by using:

import Select from '@thomasgoffart/select';

Then, use it in your code:

document.querySelectorAll('select').forEach(select => {
    Select.getInstance(select)
})
0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago