pub fn InfoLabel(props: InfoLabelProps) -> impl IntoViewExpand description
An InfoLabel is a Label with an InfoButton at the end.
§Required Props
- info_label_info:
InfoLabelInfo - children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - size:
impl Into<Signal<InfoLabelSize>>- A label supports different sizes.
- weight:
impl Into<Signal<InfoLabelWeight>>- A label supports regular and semibold fontweight.
- required:
impl Into<Signal<bool>>- Displays an indicator that the label is for a required field.
- disabled:
impl Into<Signal<bool>>- Renders the label as disabled.