Components
Loading preview...
Useful for team work illustrations
@lukacho
npx shadcn@latest add https://21st.dev/r/lukacho/figma-cursor"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>
)
}