astro-four-sides-particle
v0.0.1
Published
An Astro component that generates interactive particles with only four possible directional choices, forming a square.
Maintainers
Readme
astro-four-sides-particle
An Astro component that generates interactive particles with only four possible directional choices, forming a square
Installation 📖
# You can intall with npm
npm install astro-four-sides-particle
# or with yarn
yarn add astro-four-sides-particle
# or with pnpm
pnpm add astro-four-sides-particleUsage ⚙️
---
import FourSidesParticle from 'astro-four-sides-particle';
---
<FourSidesParticle />
