javiertoledo / bootstrap-rating-input

Another plugin that eases the generation of rating stars for jQuery and Bootstrap
MIT License
319 stars 155 forks source link

Looking for custom ICONS #25

Closed murliatdure closed 10 years ago

murliatdure commented 10 years ago

Would be great to have Heart, Broken Hearts, Likes Thumbs etc. options replaceable as per context.

Would like to hear on that.

johncadigan commented 10 years ago

This should already exist. You need to just reference the library, active and inactive icons in the input item.

javiertoledo commented 10 years ago

In addition of the availability of custom icon libraries with the latest version, also notice that as soon as you can use any CSS class for the icon states, it's totally possible to add custom images with CSS. Take a look to this section of the README file: https://github.com/javiertoledo/bootstrap-rating-input#can-i-use-custom-icon-classes

murliatdure commented 10 years ago

Thanks, This really helped me.