Joined input and dark action button sharing a border, typical for invite, subscribe, or apply flows.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form10 } from "@/components/beste/piece/form10";
<Form10
label="Invite teammates"
placeholder="name@company.com"
value="lara@beste.co"
action="Send invite"
hint="They'll get an email with a link that expires in 72 hours."
/>