1.1.1 • Published 1 year ago

dynamic-select v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Dynamic selection boxes in Javascript

This is a library to help easily set-up dynamic select-boxes. A dynamic select-box's choices depend on the value of another select-box. This helps you configure these boxes using simple Javascript objects. It is client-side, so your boxes will work without reloading the browser.

Installation

The preffered way is to use jsdelivr. Simply add this to your html:

<script src="https://cdn.jsdelivr.net/npm/dynamic-select@1.1.0/main.js"></script>

You can use a bundler if you would like to. Just install the dynamic-select npm package.

npm i dynamic-select

How it looks in action

preview