Label component is rendered as an <label> and accepts all of the <label> props (htmlFor, onClick etc) as well as all of the responsive, theme-based style props that allow further styling customizations.
Label
<label>
htmlFor
onClick
xxxxxxxxxx
import { Label } from '@deity/falcon-ui';
<Label ml="xs" htmlFor="name">
Name
</Label>
<Input id="name" type="text" />
Theme
Component
Presets
Download