Inline email field with a mail icon and a primary submit button docked on the right.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input1 } from "@/components/beste/piece/input1";
<Input1
placeholder="you@company.com"
cta="Subscribe"
/>Bare text input atom with a focused state that adds a primary ring and a blinking caret after the value.
Date field with a leading calendar icon, mono ISO value, and a chevron hinting at a popover.
Money field with a leading currency symbol, right-aligned mono amount, and a unit label.
Multi-line input with a shift-enter hint row and a visible corner grip for resize.
Message input that highlights @-mentions in sky and #channel tags in violet amid plain body text.
Color field pairing a filled swatch with the chosen name and hex code and an eyedropper button.