Fieldset
Fieldset is a Chord form component built from Base UI primitives and project tokens.
Fieldset
import { Field } from "@/components/public/Field";import { Fieldset } from "@/components/public/Fieldset";<Fieldset.Root> <Fieldset.Legend>Profile</Fieldset.Legend> <Field.Root> <Field.Label>Full name</Field.Label> <Field.Control placeholder="Ada Lovelace" /> </Field.Root> <Field.Root> <Field.Label>Username</Field.Label> <Field.Control placeholder="ada" /> </Field.Root></Fieldset.Root>