Label
Form label tied to an input by `htmlFor`.
Usage
TSX
import { Label } from "@aeontel/ui";
<Label htmlFor="email">Email</Label>;Exports
Label
Form label linked to an input via htmlFor.
TypeScript
Label(props: React.ComponentProps<"label">): JSX.Element