Rating
Star rating component examples.
Use this example to explore default behavior, customization points, and accessibility-friendly patterns in a real Blazor page.
Rating
MgRatingA star rating component that supports fractional hover fills and emits the selected rating via an event.
API Reference
MgRating
| Property | Type | Default | Description |
|---|---|---|---|
| Value / bind-Value | double | 0 | Selected rating value; supports fractional values. |
| Max | int | 5 | Maximum number of stars. |
| ReadOnly | bool | false | When true, disallows interaction. |