BetaBeta pública — Consulta las notas de lanzamiento
Documentación

Label

Accessible label element linked to form controls via htmlFor.

Paquete
@solidiom/label
Versión
0.0.1-next.0
Estado
stable

Generado a partir del código fuente público del paquete.

API

LabelRootPropsinterfaz

Propiedades

class?
string
disabled?
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

Ver código fuente

Rootcomponente

                        Root(props: LabelRootProps): Element
                      

Propiedades

class?
string
disabled?
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

Ver código fuente