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