README
CounterWidget统计组件
API
Carousel props
| name | description | type | default |
|---|---|---|---|
| data | 展示数据,每一项包括:count统计的数字,title标题,countColor数字颜色,text:每一项的唯一标识 | Array [{count: 4,title: '异常考勤',countColor: '#ff7360',data: {text: 'xafe'}}] | [] |
| onItemClick | 点击某一栏时的回调函数 | Function | null |