Label

The Label component provides descriptive text or identifiers for elements, enhancing accessibility and clarity within a user interface.

default Label

Props

Explore the available props for the Label component

PropTypeDefaultDescription
htmlForstring-"htmlFor" associates a label with its related form element for improved accessibility and user experience.
stylestring-Any CSS className to style the Label.
childrennode-Child components and content to be placed within it.