We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With font-awesome 5.8.2 (as of 2019-06-05), the star classes should be these:
$('.starrr').starrr({ rating: 5, emptyClass: 'far fa-star', fullClass: 'fas fa-star', })
In your current code, the default class for empty is: fa fa-star-o which is not supported anymore, and so nothing will display, which is confusing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With font-awesome 5.8.2 (as of 2019-06-05),
the star classes should be these:
In your current code, the default class for empty is: fa fa-star-o
which is not supported anymore, and so nothing will display, which is confusing.
The text was updated successfully, but these errors were encountered: