Skip to main content

Variable: FieldError

@arolariu/components


@arolariu/components / FieldError

Variable: FieldError

const FieldError: ForwardRefExoticComponent<FieldErrorProps & RefAttributes<HTMLDivElement>>

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

Presents validation feedback for a field.

Remarks

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

Example

<FieldError errors={[{message: "Required"}]} />

See

FieldErrorProps for available props

// was this page useful?