pub fn SegmentedControl(props: SegmentedControlProps) -> impl IntoViewExpand description
ยงRequired Props
- segments:
Vec<Segment>- Segments in display order.
- active:
impl Into<String>- Id of the currently-active segment.
- label:
impl Into<String>- Accessible label for the whole control.