For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Simulated Cursor

A simulated cursor with click animations and movement.

Customize
32
1

Installation

$ pnpm dlx shadcn@latest add @framecn/simulated-cursor

Usage

import { SimulatedCursor } from "@/components/framecn/simulated-cursor";
<SimulatedCursor />

API Reference

SimulatedCursor

PropTypeDefault
pointsCursorPoint[]DEFAULT_POINTS
colorstring"#ffffff"
sizenumber32
backgroundstring"#0a0a0a"
speednumber1
fpsnumber30
durationInFramesnumber150
classNamestring-

Notes