1.0.20 • Published 3 months ago

@backsystem/select v1.0.20

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

Select

Getting started

Install the package using your package manager

npm install @backsystem/select
# or
yarn add @backsystem/select

Then import it in your script

import { Basic, Fetch } from '@backsystem/select'

And apply it to your selects

// Basic: Without API
document.querySelectorAll('select:not([data-url])').forEach(select => {
    Basic.get(select)
})

// Fetch: With API
document.querySelectorAll('select[data-url]').forEach(select => {
    Fetch.get(select)
})
1.0.20

3 months ago

1.0.19

3 months ago

1.0.18

3 months ago

1.0.17

3 months ago

1.0.16

5 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.15

6 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago