import { Label } from "@styple/design-system";
<Container>
<Label htmlFor="labelInput">Test label</Label>
<TextField
id="labelInput"
size="lg"
placeholder="Textfield with label"
/>
</Container>
See Radix-UI Label (v0.1.5) for details.
A styled component wrapper for Label.Root
with some of Text
's base styles and all its variants.