Read-only value with an optional mask toggle and a copy button that flips to an emerald Copied state on click.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form32 } from "@/components/beste/piece/form32";
<Form32
label="API key"
value="sk_live_51N3kXyZAbCdEf4g5HiJkLmNoPqRsTuVwXyZ123456"
masked={true}
visible={false}
copied={true}
/>Setting row with label, supporting copy, and a sliding switch that turns emerald when on.
Click-to-edit field that toggles between a plain value with a hover pencil and an input flanked by save and cancel buttons.
Validated field with an emerald ring, check mark, and a confirming note beneath.
Notifications
A compact settings card listing labeled rows, each with an accent on/off toggle switch.
Masked password input with a caps-lock alert pill and an eye button that flips visibility.
Standard text field with a label on top and a muted helper line under the control.