# random-count-card **Repository Path**: tker/random-count-card ## Basic Information - **Project Name**: random-count-card - **Description**: 数字随机变化卡片,用于数据展示 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # random-count-card ![](https://img.shields.io/cocoapods/l/AFNetworking.svg) ![](https://img.shields.io/badge/vue-2.x-brightgreen.svg) > A card that simulates the random change of data > > 随机进行数据变化的模拟监控卡片 ## DEMO ![](http://oka5jjryq.bkt.clouddn.com/Video_2018-04-27_000917.gif) ## How to use? ``` bash npm install random-count-card ``` ## Example ```vue ``` ## Options | Property | Description | type | default | | --------- | ------------------------------ | ------- | -------------- | | width | width of the card | String | "200px" | | ifCount | if need random change or not | Boolean | true | | title | the title of the card | String | " Production" | | mount | the init number of the card | Number | 100 | | baseMount | the denominator of the percent | Number | 1000 | | desc | the description of the percent | String | " utilization" | | mockList | the rule of the number change | Array | in demo above | ## more questions please contact with issuses on github