Smooth Cursor
cursor go vroom vroom
Move your mouse around
(you already saw the cursor lmfao)
oop, mobile are not supported!
use a device that has a mouse.
Installation
npx shadcn@latest add http://localhost:3000/labs/r/smooth-cursor.jsonyarn dlx shadcn@latest add http://localhost:3000/labs/r/smooth-cursor.jsonpnpx shadcn@latest add http://localhost:3000/labs/r/smooth-cursor.jsonbunx shadcn@latest add http://localhost:3000/labs/r/smooth-cursor.jsonUsage
import { SmoothCursor } from "@/components/smooth-cursor";
export default function Layout({ children }: LayoutProps<"/">) {
return (
<>
{children}
<SmoothCursor />
</>
);
}API Reference
SmoothCursor
Prop
Type