Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurca/szn-select-ui
UI for the accessible HTML selectbox with customizable UI: szn-select.
https://github.com/jurca/szn-select-ui
Last synced: 6 days ago
JSON representation
UI for the accessible HTML selectbox with customizable UI: szn-select.
- Host: GitHub
- URL: https://github.com/jurca/szn-select-ui
- Owner: jurca
- License: mit
- Created: 2018-01-09T13:15:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T07:54:28.000Z (over 6 years ago)
- Last Synced: 2024-04-14T10:08:55.758Z (7 months ago)
- Language: JavaScript
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# szn-select-ui
UI for the accessible HTML selectbox with customizable UI: szn-select.
This element is not meant to be used on its own; it is meant to be used by the
`szn-select` custom element.---
This project has been re-integrated into the
[szn-select](https://github.com/jurca/szn-select) element. This repository is
no longer up-to-date.---
## Usage
Create an empty `szn-select-ui` element, the element is configured entirely by
its JavaScript API.```html
```
The element must be linked to the `select` element it is to represent:
```js
selectUi.setSelectElement(selectElement)
```