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

https://github.com/erizet/selectable-items-component


https://github.com/erizet/selectable-items-component

javascipt webcomponent

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Selectable items
A simple web component to mark selected elements in a list.

## Usage
```

One
Two
Three

```
Attribute `selector` is used to select items within the child elements, and `selection-class` is the CSS class to add/remove when an element is selected.