Forms

Label

Accessible form label. Pairs with any input.

Sourcelabel.tsx
Primitive

@radix-ui/react-label

Label + Input

Pairs with any input element via htmlFor.

API Reference

PropTypeDefaultDescription
htmlForstring--ID of the associated input element.

Usage

import { Label } from "@doss/tetris-ui";