Label

Accessible labels for form controls.

Installation

Add this item from the registry, or import it from the package after installing Default File UI.

Registry path

itsvigneshv/default-file-ui/label

Package import

import { Label } from "@default-file/ui/components/df-label"

Default

Standalone label.

With input

Label paired with a field.

Properties

Accessible label for form controls.

Label

PropTypeDefaultNotes
htmlForstringId of the labeled control.
childrenReactNodeLabel text or content.
classNamestringAdditional styles.
…label attributesComponentProps<"label">All native label props.