Compact number control with minus and plus buttons flanking a centered mono value.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input6 } from "@/components/beste/piece/input6";
<Input6
value={4}
min={0}
max={12}
/>Line-item card with a label-price stack and a pill stepper that enforces min zero and a max cap.
Multi-line input with a shift-enter hint row and a visible corner grip for resize.
Joined from-arrow-to range input with a muted duration chip capping the right side of the control.
Time control with hour and minute tiles separated by a colon, plus a small AM or PM segmented toggle.
Dark mono code field with a language eyebrow, line-number gutter, and content lines on a foreground canvas.
Row of square digit cells with a blinking cursor in the next empty slot.