pub fn RatingDisplay(props: RatingDisplayProps) -> impl IntoViewExpand description
ยงOptional Props
- class:
impl Into<MaybeProp<String>> - value:
impl Into<Signal<f32>>- The value of the rating.
- max:
impl Into<Signal<u8>>- The max value of the rating. This controls the number of rating items displayed. Must be a whole number greater than 1.
- size:
impl Into<Signal<RatingSize>>- Sets the size of the Rating items.
- color:
impl Into<Signal<RatingColor>>- Rating color.