background-lines-stritch
v0.0.1
Published
An Astro component that creates an interactive background with stritch lines that reacts to the user's mouse movement
Downloads
14
Maintainers
Readme
background-lines-stritch
An Astro component that creates an interactive background with stritch lines that reacts to the user's mouse movement
Installation 📖
# You can intall with npm
npm install background-lines-stritch
# or with yarn
yarn add background-lines-stritch
# or with pnpm
pnpm add background-lines-stritchUsage ⚙️
---
import BackgroundLinesStritch from 'background-lines-stritch';
---
<BackgroundLinesStritch />
