0.0.1 • Published 6 years ago

@beisen-cmps/ux-m-platform-counterwidget v0.0.1

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
6 years ago

CounterWidget统计组件

API

Carousel props

namedescriptiontypedefault
data展示数据,每一项包括:count统计的数字,title标题,countColor数字颜色,text:每一项的唯一标识Array {count: 4,title: '异常考勤',countColor: '#ff7360',data: {text: 'xafe'}}[]
onItemClick点击某一栏时的回调函数Functionnull