0.0.5 • Published 3 years ago
@thomasgoffart/select v0.0.5
Select
Installation
You can install it using your package manager.
Using npm:
npm i @thomasgoffart/selectUsing yarn:
yarn add @thomasgoffart/selectGetting 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)
})