The Label component provides descriptive text or identifiers for elements, enhancing accessibility and clarity within a user interface.
Explore the available props for the Label component
Prop | Type | Default | Description |
---|---|---|---|
htmlFor | string | - | "htmlFor" associates a label with its related form element for improved accessibility and user experience. |
style | string | - | Any CSS className to style the Label. |
children | node | - | Child components and content to be placed within it. |