All Projects → monstercat → rating

monstercat / rating

Licence: other
Rating stars component

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to rating

GoAIRatings
Estimate Go AI ratings by real games
Stars: ✭ 118 (+321.43%)
Mutual labels:  ratings, rating
react-star-ratings
A customizable svg star rating component for selecting x stars or visualizing x stars
Stars: ✭ 128 (+357.14%)
Mutual labels:  ratings, rating
react-native-rating-element
A simple rating library for react native supporting: decimal points, direction aware icons, custom icon set from Ionicons, custom images and record rating given by users.
Stars: ✭ 19 (-32.14%)
Mutual labels:  ratings, rating
goodreads-toolbox
9 tools for Goodreads.com, for finding people based on the books they’ve read, finding books popular among the people you follow, following new book reviews, etc
Stars: ✭ 56 (+100%)
Mutual labels:  ratings, rating
codeforces-upsolving-helper
A web app developed using Flask that compiles all the Problems on Codeforces that you have attempted (submitted at least once) but could not get Accepted verdict. Recommended Problems are also shown.
Stars: ✭ 61 (+117.86%)
Mutual labels:  rating
react-ratings-declarative
A customizable rating component for selecting x widgets or visualizing x widgets
Stars: ✭ 41 (+46.43%)
Mutual labels:  rating
MovieRatings
Android app to show movie ratings when browsing Netflix, Amazon Prime Video and other supported video streaming apps on the phone
Stars: ✭ 71 (+153.57%)
Mutual labels:  ratings
Vulnerability Rating Taxonomy
Bugcrowd’s baseline priority ratings for common security vulnerabilities
Stars: ✭ 227 (+710.71%)
Mutual labels:  rating
MsalsasVotingBundle
Provides voting/rating management for your Symfony project.
Stars: ✭ 14 (-50%)
Mutual labels:  rating
cyberrating
🚥 S&P of Blockchains
Stars: ✭ 13 (-53.57%)
Mutual labels:  rating
openskill.py
Multiplayer rating system. Better than Elo.
Stars: ✭ 175 (+525%)
Mutual labels:  rating
rater-js
Star rating widget for the browser. Unlimited number of stars. No dependencies. No Jquery required.
Stars: ✭ 66 (+135.71%)
Mutual labels:  rating
average-rating
Calculate average score and rating based on Wilson Score Equation
Stars: ✭ 28 (+0%)
Mutual labels:  rating
Laravel-rating
Laravel package that allows you to rate, like & dislike and vote(+1,-1) your models with a simple and clear ways
Stars: ✭ 204 (+628.57%)
Mutual labels:  rating
yii2-vote
Provides voting for any model 👍 👎
Stars: ✭ 70 (+150%)
Mutual labels:  rating
discourse-ratings
A Discourse plugin that lets you use topics to rate things
Stars: ✭ 31 (+10.71%)
Mutual labels:  ratings
ScuffedMDB
An open-source website to rate movies watched with friends, made with next.js & chakra-ui. Hosted on vercel.com.
Stars: ✭ 100 (+257.14%)
Mutual labels:  rating
Material-Smart-Rating
😍⭐⭐Material Smart Rating App - An Android library that encourages users to rate the app on Google Play.⭐⭐😘
Stars: ✭ 30 (+7.14%)
Mutual labels:  rating
Angular-Reactive-Demo-Shop
Angular Demo Shop
Stars: ✭ 79 (+182.14%)
Mutual labels:  rating
CP-Badges
Support for Competitive Coding badges to add in Github readme or portfolio websites.
Stars: ✭ 78 (+178.57%)
Mutual labels:  rating

rating

Rating component with SVG stars demo

Installation

$ component install monstercat/rating

Example

var rating = require('rating');
var rate = rating({ stars: 10 });
var container = document.querySelector('.example');

rate.attach(container);
rate.disable();
rate.enable();
rate.rate(5);
rate.set([1,3,4,6]);
rate.on('rating', function(rating){
  console.log(rating);
});

Adjust star size

.star {
  // defaults
  height: 16px;
  width: 16px;
}

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].