UNPKG

astro-background-letters

Version:

An Astro component that creates an interactive letter background that reacts to the user's mouse movement

29 lines (20 loc) 619 B
# astro-background-letters An Astro component that creates an interactive letter background that reacts to the user's mouse movement ## Installation 📖 ```bash # You can intall with npm npm install astro-background-letters # or with yarn yarn add astro-background-letters # or with pnpm pnpm add astro-background-letters ``` ## Usage ⚙️ ```astro --- import BackgroundLetters from 'astro-background-letters'; --- <BackgroundLetters /> ``` ## Demo 📹 [![Foto Preview](https://20essentials.github.io/project-1218/assets/demo.avif)](https://20essentials.github.io/project-1218/)