Beam UI
Components

Field

A component that provides labelling and validation for form controls.

Visible on your profile

Usage

import { Field } from "@/components/ui/field"
<Field>
  <Field.Label/>
  {/* Some compatible input component */}
  <Field.Error/>
  <Field.Description/>
</Field>

On this page