Inline field with an autosave status pill that shifts between saved, saving, and unsaved dot colors.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form28 } from "@/components/beste/piece/form28";
<Form28
label="Display name"
value="Beste Sözen"
placeholder="How should we call you?"
status="saved"
savedAt="Saved just now"
hint="Auto-saves as you type."
/>Labeled input flanked by a red asterisk and a Required pill, plus an explanatory hint below.
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.



Inline @-mention typed into a field, paired with an avatar-led autocomplete dropdown beneath.
Multi-line field with a character counter that turns amber near the limit and rose past it.
Pill-grouped segmented control with inset muted track and a raised card under the active choice.