Skip to content

Password Input

An input that can toggle visibility of the password text.

Open in
pnpm dlx shadcn@latest add https://rahul-shadcn-registry.pages.dev/r/password-input.json
import { useState } from "react"
import { PasswordInput } from "@/components/ui/PasswordInput"
<PasswordInput />
Open in