spiring-cursor
v0.0.1
Published
An Astro component that adds a spring-like animated cursor effect, creating smooth, elastic movements for a more interactive and engaging user experience
Maintainers
Readme
spiring-cursor
An Astro component that adds a spring-like animated cursor effect, creating smooth, elastic movements for a more interactive and engaging user experience
Installation 📖
# You can intall with npm
npm install spiring-cursor
# or with yarn
yarn add spiring-cursor
# or with pnpm
pnpm add spiring-cursorUsage ⚙️
---
import SpiringCursor from 'spiring-cursor';
---
<SpiringCursor />
