Hero Input

Oversized text field with large type and a fatter caret, made for hero sections and prompt bars.

Ready when you are

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

Import & use
import { Input14 } from "@/components/beste/piece/input14";

<Input14
  value="Ready when you are"
  placeholder="Ask anything"
/>