Labeled input flanked by a red asterisk and a Required pill, plus an explanatory hint below.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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."
/>