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}
/>