Variable: FieldLegend
@arolariu/components / FieldLegend
Variable: FieldLegend
constFieldLegend:ForwardRefExoticComponent<FieldLegendProps&RefAttributes<HTMLLegendElement>>
Defined in: components/ui/field.tsx:139
Labels a grouped set of controls within FieldSet.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<legend>element - Styling via CSS Modules with
--ac-*custom properties
Example
<FieldLegend variant='label'>Billing address</FieldLegend>
See
FieldLegendProps for available props
// was this page useful?