Skip to content

Star rating bar library based on Font-awesome icons.

Notifications You must be signed in to change notification settings

nakupanda/little-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

little-star

Star rating bar library based on Font-awesome icons.

How to use

Use as jQuery Plugin:

$('#rating-bar').littlestar({
  max: 5,
  stars: 3
});

OOP style:

var $container = $('#rating-bar');
var littleStar = new LittleStar({
  max: 5,
  stars: 3
});
$container.html(littleStar.getView());

License

Licensed under The MIT License.

About

Star rating bar library based on Font-awesome icons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published