Skip to main content

FormLabel

Function FormLabel 

Source
pub fn FormLabel(_: FormLabelProps) -> Element
Expand description

表单标签组件。

Props:

  • label:标签文本
  • html_for:关联的 input id

§Props

For details, see the props struct definition.