Docs
Smooth Typing Text
Smooth Typing Text
Displays a beautiful Smooth Typing Text.
Usage
Install the following dependencies:
npm install framer-motion
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))
}