Skip to main content

Variable: Field

@arolariu/components


@arolariu/components / Field

Variable: Field

const Field: ForwardRefExoticComponent<FieldProps & RefAttributes<HTMLDivElement>>

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

Creates a styled field row for labels, descriptions, and controls.

Remarks

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

Example

<Field orientation='responsive'>...</Field>

See

FieldProps for available props

// was this page useful?