0.0.5 • Published 2 years ago

@thomasgoffart/select v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago