Useful for team work illustrations
"use client" import { AnimatedCursor } from "@/components/ui/figma-cursor" export function AnimatedCursorDemo() { return ( <div className="flex min-h-[400px] w-full items-center justify-center"> <AnimatedCursor text="Nosferatu Zodd" /> </div> ) }
Part of Lukacho UI — browse the full library on 21st.dev.