weighted-rating
v1.0.3
Published
Vanila JS plugin for weighted rating
Downloads
1
Readme
Weighted Rating
Getting Started
Instalation
npm i weighted-rating
Usage
const parentSelector = '#rating-wrapper';
const options = {
sliders: [
{ value: 30, name: 'rating-1' },
{ value: 25, name: 'rating-2' },
{ value: 25, name: 'rating-3' },
{ value: 20, name: 'rating-4' }
]
}
WRating.create({ parentSelector, options });
Versioning
For the versions available, see the tags on this repository.
Authors
- Ladislav Čepek - lacepek
License
This project is licensed under the MIT License - see the LICENSE.md file for details