Label
Renders an accessible label associated with controls.
Docs
API Reference
Usage
import
{
Label
}
from
"@smartacteam/ui/label"
;
<
Label
htmlFor
=
"
email
"
>
Your email address
</
Label
>
With Checkbox
Show Code
Hide Code