Bare text input atom with a focused state that adds a primary ring and a blinking caret after the value.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input5 } from "@/components/beste/piece/input5";
<Input5
value="Beste Sözen"
placeholder="Type something"
focused={true}
/>Tight small-size text field for data tables and filter rails, with smaller type and tight padding.
Oversized text field with large type and a fatter caret, made for hero sections and prompt bars.
Dark mono code field with a language eyebrow, line-number gutter, and content lines on a foreground canvas.
Money field with a leading currency symbol, right-aligned mono amount, and a unit label.
Length field with a timer icon, h and m unit-annotated number tiles, and an HH:MM format hint.
Inline email field with a mail icon and a primary submit button docked on the right.