Input With Action

Joined input and dark action button sharing a border, typical for invite, subscribe, or apply flows.

lara@beste.co
They'll get an email with a link that expires in 72 hours.

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

Import & use
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."
/>