https://github.com/startpolymer/s-rating
Ultra fast Polymer elements for star ratings.
https://github.com/startpolymer/s-rating
Last synced: about 1 year ago
JSON representation
Ultra fast Polymer elements for star ratings.
- Host: GitHub
- URL: https://github.com/startpolymer/s-rating
- Owner: StartPolymer
- Created: 2016-11-06T22:21:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T09:15:33.000Z (over 9 years ago)
- Last Synced: 2025-04-11T18:24:26.805Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 7.81 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Published on webcomponents.org][webcomponents-image]][webcomponents-url]
# \
Ultra fast Polymer elements for ratings.
Based on Reduce Cost performance pattern:
- reduce composition overuse
- reduce work in ready / attached
- use CSS for dynamism
- reduce use of default values
- defer work until after render
## Demo
[Full demo][webcomponents-demo]


## Usage
```html
```
## Installation
`bower i s-rating -S`
## Resources
- [Do Less & Be Lazy: Practical Performance Patterns for Polymer (Polymer Summit 2016)](https://youtu.be/hHC9EOJzrQk?t=16m10s)
- [polyperf](https://github.com/PolymerLabs/polyperf)
- [ratings-element](https://github.com/PolymerLabs/polyperf/tree/ratings-element/elements/ratings-element)
## License
MIT: [StartPolymer/license](https://github.com/StartPolymer/license)
[webcomponents-image]: https://img.shields.io/badge/webcomponents.org-published-blue.svg
[webcomponents-url]: https://beta.webcomponents.org/element/StartPolymer/s-rating
[webcomponents-demo]: https://beta.webcomponents.org/element/StartPolymer/s-rating/demo/demo/index.html