Hygge-UI

Password Input

Used to collect passwords.

Source
import { PasswordInput } from "@/components/password-input";

function Example() {
  return (
      <PasswordInput />
  );
}