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

Move your mouse over the div

Designer
); };