Basic Rating
Add a basic rating using a <select>
element with the .basic-rating
class to apply custom styles or plugin functionality.
Show Some ❤ with rating :
Read Only
Display a read-only rating using a disabled <select>
element with the .read-only-rating
class. This prevents user interaction while still showing the selected value.
Show Some ❤ with rating :
Custom SVG
Use a custom SVG rating by applying the .heart-rating
class to a <select>
element. This enables displaying ratings with custom SVG icons like hearts through plugin or CSS enhancements.
Show Some ❤ with rating :
Custom SVG
Implement a custom SVG rating with numeric options by using a <select>
element and the .rating-numbers
class. This setup allows advanced styling or SVG icon integration for enhanced visual feedback.
Show Some ❤ with rating :
Star with Message Rating
Create a star rating with message by using a <select>
element with the .selectedMessage
class. This setup dynamically displays a related message based on the selected rating.
Show Some ❤ with rating :
On hover event
Show a rating on hover by using a <select>
element with the .rating-values
class. Tooltip titles and dynamic elements like .current-rating
can display feedback as users hover over options.
Show Some ❤ with rating :
Reset Rating
Add a resettable rating by using a <select>
element with the .reset-rating
class alongside a <button type="reset">
. This allows users to clear or reset their selected rating easily.
Show Some ❤ with rating :
Right to Left Rating
Enable a right-to-left rating layout by using the dir="rtl"
attribute and applying the .rtl-rating
class to the <select>
element for proper alignment in RTL interfaces.
Show Some ❤ with rating :
Animated Rating
Add an animated rating by using a <select>
element with the .star-rating-prebuilt
class. This enables interactive SVG-based feedback animations for a visually engaging experience.
Show Some ❤ with rating :
Right to Left Rating
Use a custom rating slider with the <input type="range">
element and the .custom-rating
class to allow half-step precision and a more interactive rating experience.
Show Some ❤ with rating :