particle-three-sides-to-move
v0.0.1
Published
An Astro component that generates interactive particles with only three possible directional choices, forming a triangle.
Downloads
2
Maintainers
Readme
particle-three-sides-to-move
An Astro component that generates interactive particles with only three possible directional choices, forming a triangle.
Installation 📖
# You can intall with npm
npm install particle-three-sides-to-move
# or with yarn
yarn add particle-three-sides-to-move
# or with pnpm
pnpm add particle-three-sides-to-moveUsage ⚙️
---
import ParticleThreeSidesToMove from 'particle-three-sides-to-move';
---
<ParticleThreeSidesToMove />
