Atoms
Input Password
A password input with visibility toggle.
FormanceCustom component built for Formance products.
Installation#
npx shadcn@latest add @formance/input-passwordInstall the following dependencies:
npm install lucide-reactCopy and paste the following code into your project.
Update the import paths to match your project setup.
Usage#
import { InputPassword } from '@/components/ui/input-password'<InputPassword placeholder="Enter API secret" />