- yarn start 本地组件demo网站
- packages下不同平台的组件打包后 到对应的文件下npm publish发布
- main 主分支
- component-page github page 托管的组件demo网站分支
https://zoated.github.io/turntable-component/
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
width |
转盘宽度 | number | 600 |
padding |
转盘选项距离转盘边框的距离 | number | 60 |
buttons |
转盘按钮 | TextProps | - |
pointer |
转盘指针 | string[]|{fonts: TextProps[],imgs?: ImageProps[]} | - |
lockTurn |
是否允许开转标记 | boolean | false |
setLockTurn |
设置开转限制方法 | function(isLock: boolean) | - |
afterTurn |
开转后回调 | function(index: index) | - |
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
title |
文字 | string | - |
fontColor |
文字颜色 | string | #d46854 |
backgroundColor |
当前选项背景颜色 | string | rgba(255, 255, 255, 0.3) |
fontSize |
文字大小 | number | 14 |
fontWeight |
文字加粗 | number | - |
selectedColor |
选项选中颜色 | string | linear-gradient(120deg, #FF5555 30.13%, #FFACAC 60.21%) |