An open API service indexing awesome lists of open source software.

https://github.com/arnellebalane/ce-select

customizable <select> element
https://github.com/arnellebalane/ce-select

Last synced: 3 months ago
JSON representation

customizable <select> element

Awesome Lists containing this project

README

        

## ce-select

customizable `` element

##### Usage

1. Load the `ce-select` CSS and Javascript files.
```html


```

2. Add the class `ce-select` to `` elements that you want to customize.
This library will automatically transform that native element into a custom
HTML markup.
```html

Option One
Option Two
Option Three

```

3. If in the future new `` elements are added into the page and you
want them to be customized as well, simply call `ceselect.refresh()` to
generate custom HTML markups for them.