Input Row

Two inputs arranged side by side on a responsive grid for first/last names and paired fields.

Mira
Beste

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

Import & use
import { Form8 } from "@/components/beste/piece/form8";

<Form8
  fields={[
    {
      "label": "First name",
      "value": "Mira"
    },
    {
      "label": "Last name",
      "value": "Beste"
    }
  ]}
/>