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

https://github.com/ryanburns23/list-item

ES6 Polymer 2 list item with a skeleton loader
https://github.com/ryanburns23/list-item

es6 list polymer-element polymer2

Last synced: 4 months ago
JSON representation

ES6 Polymer 2 list item with a skeleton loader

Awesome Lists containing this project

README

          

# \

ES6 Polymer 2 list item with a skeleton loader

- See the API docs for styling

## Usage

```html

list-item.dark{
background: #303030;
--text-color: #ffffff;
--secondary-text-color: #bcbcbc;
--loader-background: #111;
--loader-color: #7CB342;
color: var(--text-color);
}

Slotted Content also works...
Remove the loading attribute to reveal this text

```

## Install
```
bower i ryanburns23/list-item --S
```