Label
Renders an accessible label associated with controls.
Preview
Installation
$npx maddex add Label
Usage
1<!-- @import { Label } from ../../lib/components -->
2
3<Label for="email">Your email address</Label>
Renders an accessible label associated with controls.
1<!-- @import { Label } from ../../lib/components -->
2
3<Label for="email">Your email address</Label>