s-private API Documentation - v3.8.1
    Preparing search index...
    • 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

    Properties

    Properties

    displayName: string | undefined