@zimi/prize-wheel-helper
TypeScript icon, indicating that this package has built-in type declarations

0.17.1 • Public • Published

@zimi/prize-wheel-helper

@zimi/prize-wheel的 react 辅助函数

install

yarn add  @zimi/prize-wheel-helper @zimi/prize-wheel

examples

import { PrizeWheel } from '@zimi/prize-wheel'
import { usePrizeWheelState } from '@zimi/prize-wheel-helper'

/**
 * PrizeWheel 只负责逻辑部分,
 * 渲染转盘由使用者自己负责,
 * 因此可用于 react / vue / vanilla / node...
 */
const wheel = new PrizeWheel()

// in react
const { deg, running } = usePrizeWheelState(wheel)
// render your prize wheel with deg
CustomPrizeWheelRenderer(deg)

wheel.run()

wheel.shouldStopAtDeg(any degree)

Readme

Keywords

none

Package Sidebar

Install

npm i @zimi/prize-wheel-helper

Weekly Downloads

2

Version

0.17.1

License

MIT

Unpacked Size

5.61 kB

Total Files

7

Last publish

Collaborators

  • xiaomingtang