Two inputs arranged side by side on a responsive grid for first/last names and paired fields.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form8 } from "@/components/beste/piece/form8";
<Form8
fields={[
{
"label": "First name",
"value": "Mira"
},
{
"label": "Last name",
"value": "Beste"
}
]}
/>