Installation
npx headcn@latest add fieldsetUsage
Use the Fieldset and Legend components to group a set of form controls together with a title:
import { Fieldset } from "@/components/ui/fieldset"
import { Legend } from "@/components/ui/legend"<Fieldset>
<Legend>Title</Legend>
{/* rest of the form components */}
</Fieldset>