Themed cursor shadows for the web.
Demo: aura.juangabriel.xyz
| Package | Description |
|---|---|
| cursor-aura | The npm package |
| aura-web | Demo website |
npm install cursor-auraimport { Aura } from 'cursor-aura'
<Aura color="#0C3EFF" /># Install dependencies
npm install
# Run development servers
npm run dev
# Build all packages
npm run buildMIT