Required Field

Labeled input flanked by a red asterisk and a Required pill, plus an explanatory hint below.

Required
Oud Beste
We use this for invoices and tax documents.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Form4 } from "@/components/beste/piece/form4";

<Form4
  label="Full legal name"
  requiredLabel="Required"
  placeholder="As shown on your ID"
  value="Oud Beste"
  hint="We use this for invoices and tax documents."
/>