Docs
Animation Password Input

Animation Password Input

Animation Password Input

Usage

Install the following dependencies:

npm install class-variance-authority @radix-ui/react-label

Copy and paste the cn util code into your project.

import { ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
 
 
export function cn(...inputs: ClassValue[]) {
  return twMerge(clsx(inputs))
}
 

Copy and paste the password code into your project.