astro-fortune-wheel
v0.0.1
Published
A basic fortune wheel built as an Astro component, created purely for educational purposes
Maintainers
Readme
astro-fortune-wheel
A basic fortune wheel built as an Astro component, created purely for educational purposes
Installation 📖
# You can intall with npm
npm install astro-fortune-wheel
# or with yarn
yarn add astro-fortune-wheel
# or with pnpm
pnpm add astro-fortune-wheelUsage ⚙️
---
import FortuneWheel from 'astro-fortune-wheel';
---
<FortuneWheel arrayOfValues={[123, 246, 369, 492, 615, 738, 861, 50]} />
