Row with a bold label, secondary description, and a switch that slides on or off.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input3 } from "@/components/beste/piece/input3";
<Input3
label="Email notifications"
description="Get updates when teammates comment"
enabled={true}
/>Label and readout above a filled track with a circular handle positioned by the current value.
Multi-line input with a shift-enter hint row and a visible corner grip for resize.
Slider with a primary-tinted track, current value badge on the right, and min/max labels on the rail.
Compact number control with minus and plus buttons flanking a centered mono value.
Masked password row rendered as spaced mono bullets paired with an eye reveal button.
Pill-shaped search input with a leading magnifier and an inline pill-shaped clear when there is a value.