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
- Host: GitHub
- URL: https://github.com/ryanburns23/list-item
- Owner: ryanburns23
- License: mit
- Created: 2017-07-05T22:56:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T20:40:55.000Z (almost 9 years ago)
- Last Synced: 2025-06-18T12:46:22.018Z (12 months ago)
- Topics: es6, list, polymer-element, polymer2
- Language: HTML
- Homepage: https://www.webcomponents.org/element/ryanburns23/list-item
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```