Rating
import Rating from 'frui/formats/Rating';
Copy
Props
Name | Type | Required | Notes |
---|---|---|---|
max | number | No | Max stars |
remainder | boolean | No | Add remaining stars between value and max |
round | string | No | round, floor or ceil |
value | string|number | Yes | Default value |
Basics
★★★☆☆
<Rating value="3.5" max={5} remainder round="floor" />
Copy