Variable: FieldGroup
@arolariu/components / FieldGroup
Variable: FieldGroup
constFieldGroup:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/field.tsx:168
Stacks multiple field rows under a shared container.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<div>element - Styling via CSS Modules with
--ac-*custom properties
Example
<FieldGroup>
<Field />
</FieldGroup>
See
FieldGroupProps for available props
// was this page useful?