Skip to main content

Variable: FieldContent

@arolariu/components


@arolariu/components / FieldContent

Variable: FieldContent

const FieldContent: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>

Defined in: components/ui/field.tsx:222

Wraps field controls and supporting content.

Remarks

  • Pure CSS component (no Base UI primitive)
  • Renders a <div> element
  • Styling via CSS Modules with --ac-* custom properties

Example

<FieldContent>{control}</FieldContent>

See

FieldContentProps for available props

// was this page useful?