import { Cursor, CursorFollow, CursorProvider, } from '@/registry/components/cursor'; export const CursorDemo = () => { return (

Move your mouse over the div

Designer
); };