basketball-strategy
v0.0.5
Published
This is a test project.
Readme
Strategy
This is a test project.
Install
npm i basketball-strategyImport And Use
// main.js
import { Basketball } from 'basketball-strategy';
import 'basketball-strategy/dist/style.css';<Basketball />API
| props | type | example | | ---- | ---- | ---- | | homeTeamArray | Array |[0,5,6,12,25,28,30,68]| | awayTeamArray | Array |[0,1,3,12,14,21,23,32,75]|
Tech-stack
- Vite: A Frontend tooling. Current Vite version: 5.0.8.
- tailwindcss: A utility-first CSS framework packed with classes.
