Command Menu

Search documentation, components, and switch theme.

Atoms

Input Password

A password input with visibility toggle.

Formance
Docs

Installation#

npx shadcn@latest add @formance/input-password

Install the following dependencies:

npm install lucide-react

Copy 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" />