Skip to content
Gateling Shadcn Registry

Gateling Registry

GitHubYouTubeFacebook

Password Input

An input that can toggle visibility of the password text.

Open in
npx shadcn@latest add https://gateling-registry.vercel.app//r/password-input.json
import { useState } from "react"
import { PasswordInput } from "@/components/ui/PasswordInput"
<PasswordInput />
Open in