pub fn FormLabel(props: FormLabelProps) -> impl IntoViewExpand description
Accessible field label styled as Caption2 with a native <label> element.
Prefer inside a Field over hand-rolling Caption2 with TextTag::Label.
§Required Props
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - style:
impl Into<MaybeProp<String>> - test_id:
impl Into<MaybeProp<String>>