Free-form tagger that wraps committed tokens as removable chips and shows a placeholder slot at the end.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form14 } from "@/components/beste/piece/form14";
<Form14
label="Topics"
tags={[
"design systems",
"typography",
"motion"
]}
placeholder="Type and press ↵"
hint="Up to 8 tags. Use hyphens instead of spaces."
/>Standard text field with a label on top and a muted helper line under the control.
Click-to-edit field that toggles between a plain value with a hover pencil and an input flanked by save and cancel buttons.
Input that sandwiches a value between a muted prefix and suffix for URLs, currencies, or domains.
Two inputs arranged side by side on a responsive grid for first/last names and paired fields.



Inline @-mention typed into a field, paired with an avatar-led autocomplete dropdown beneath.
Labeled-tick slider with a primary fill, a value pill in the header, and the active tick bolded.