Click-to-edit field that toggles between a plain value with a hover pencil and an input flanked by save and cancel buttons.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form31 } from "@/components/beste/piece/form31";
<Form31
label="Workspace name"
value="Mira Studio"
draft="Mira & Co."
editing={true}
/>Standard text field with a label on top and a muted helper line under the control.



Inline @-mention typed into a field, paired with an avatar-led autocomplete dropdown beneath.
Free-form tagger that wraps committed tokens as removable chips and shows a placeholder slot at the end.
Setting row with label, supporting copy, and a sliding switch that turns emerald when on.
Notifications
A compact settings card listing labeled rows, each with an accent on/off toggle switch.
Inline field with an autosave status pill that shifts between saved, saving, and unsaved dot colors.