@tdcerhverv/label
v1.2.1
Published
Label for form elements with popover/tooltip support
Downloads
3
Maintainers
Keywords
Readme
Label component
Label for form element with support for popover / tooltip.
Usage
Import like this:
import { Label } from '@tdcerhverv/label';
Use like this:
<Label>{children}</Label>
Props
The components supports all props for standard <label>
element.
export interface ILabel extends LabelHTMLAttributes<HTMLLabelElement> {
children?: ReactNode;
}