Form

Component

Rating

Monochrome star rating form controls and read only star rating indicators with precise half star support.

Component Syntax

blade
<x-aura::rating wire:model="score" :max="5" />

1. Interactive Form Control

blade

2. Read Only Review Score with Half Star

blade

4.5

(284 verified reviews)

3. Size Variations

blade

Small (sm):

Medium (md):

Large (lg):

Extra (xl):

Component Props

Available properties and configurations for the rating component.

Prop Default Available Values

rating

0

Numeric value (0 to max)

max

5

Positive integer

readonly

false
true false

size

md
sm md lg xl