Taranys / simplerating

A simple directive to manage rating with nice star :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simplerating

A simple directive to manage rating with nice star :)

Usage

Just add it to your app to have a nice rate component

Dependency

Bootstrap 3 for the star glyphicon

How it works

An example is available on "example" directory

<!-- Include SimpleRating -->
<script src="simplerating.js"></script>
<!-- ... -->
<body>
<!-- ... -->
<div simple-rating rating="ratingValue" rating-max="max" read-only="readonly"></div>
<!-- ... -->

Parameters :

  • rating : the rate value
  • rating-max : the number max of star
  • read-only : true to avoid modification, otherwise false to allow

About

A simple directive to manage rating with nice star :)

License:MIT License


Languages

Language:JavaScript 100.0%