Label

A label for form components.

Examples

Test label
import { Label } from "@styple/design-system";
<Container>
<Label htmlFor="labelInput">Test label</Label>
<TextField id="labelInput" size="lg" placeholder="Textfield with label" />
</Container>

API Reference

See Radix-UI Label (v0.1.5) for details.

Label

A styled component wrapper for Label.Root with some of Text's base styles and all its variants.