Label

Label component documentation.

Usage

import { Label } from "@aqqo/aqqo-ui";
<Label htmlFor="email">Your email address</Label>

Props

PropTypeDefaultDescription
classNamestring-Additional CSS classes for custom styling.
...propsReact.HTMLProps<HTMLLabelElement>-Standard HTML label attributes (htmlFor, etc.).

On this page

  1. Usage
  2. Props
Scroll to top