Label
Accessible label element linked to form controls via htmlFor.
Generado a partir del código fuente público del paquete.
API
LabelRootPropsinterfaz
Propiedades
class?stringdisabled?boolean— Whether the associated field is disabled (visual hint only).htmlFor?string— The id of the form control this label is associated with.id?string— Element id for external reference.invalid?boolean— Whether the associated field is invalid (visual hint only).required?boolean— Whether the associated field is required (visual hint only).style?string | CSSProperties
hijos: Element
Rootcomponente
Root(props: LabelRootProps): Element
Propiedades
class?stringdisabled?boolean— Whether the associated field is disabled (visual hint only).htmlFor?string— The id of the form control this label is associated with.id?string— Element id for external reference.invalid?boolean— Whether the associated field is invalid (visual hint only).required?boolean— Whether the associated field is required (visual hint only).style?string | CSSProperties
hijos: Element