1.0.21 • Published 1 year ago

@backsystem/select v1.0.21

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago