s-private API Documentation - v3.11.2
    Preparing search index...

    Function Label

    • A label component for form inputs.

      Parameters

      • props: LabelProps

        Radix Label props including htmlFor

      Returns Element

      A styled label element

      Built on Radix UI Label primitive. Provides accessible labeling for form controls with proper styling and disabled state handling.

      <Label htmlFor="email">Email</Label>
      <Input id="email" type="email" />
    Index
    displayName: string | undefined