Password Input
An input component that allows users to enter a password.
Installation
npx shadcn@latest add @tetra-ui/password-inputUsage
import { PasswordInput } from "@/components/ui/password-input";<PasswordInput placeholder="Enter your password" />