Labeled-tick slider with a primary fill, a value pill in the header, and the active tick bolded.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form25 } from "@/components/beste/piece/form25";
<Form25
label="Tone of voice"
ticks={[
"Formal",
"Neutral",
"Friendly",
"Playful"
]}
tickIndex={2}
value="Friendly"
/>Font-size slider with discrete tick dots under the rail and a mono value chip in the header.
Standard text field with a label on top and a muted helper line under the control.
Focused input with the label shrunk to the top-left corner and a blinking caret after the value.
Free-form tagger that wraps committed tokens as removable chips and shows a placeholder slot at the end.
Pill-grouped segmented control with inset muted track and a raised card under the active choice.



Popover with a header label, filter bar, and a selectable person list that checks chosen rows.