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

https://github.com/threespot/custom-select

Wraps select menus in a div so we can apply custom styling
https://github.com/threespot/custom-select

Last synced: 7 months ago
JSON representation

Wraps select menus in a div so we can apply custom styling

Awesome Lists containing this project

README

          

# custom-select
Wraps select menus in a div so we can apply custom styling

Looks for all elements with class `js-custom-select` and wraps each one inside its own `

` so that it can be individually styled.

**For example:**
```html

DC
MD
VA

```

**Becomes:**
```html



DC
MD
VA


```

`custom-select` will **not** override other classes.

**For example:**
```html

DC
MD
VA

```

**Becomes:**
```html



DC
MD
VA


```