Loading preview...
Here is Password Input component
@anubra266
npx shadcn@latest add https://21st.dev/r/anubra266/password-input
import Basic from "@/components/ui/password-input"; export default function DemoOne() { return <Basic />; }