Password Toggle

Masked password input with a caps-lock alert pill and an eye button that flips visibility.

•••••••••••••••••••••Caps

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Form13 } from "@/components/beste/piece/form13";

<Form13
  label="Current password"
  value="correct-horse-battery"
  defaultVisible={false}
  caps={true}
/>