Skip to content

Percentage 百分比

百分比展示组件,带趋势箭头和涨跌配色。

基础用法

vue
<template>
  <parrot-percentage :value="12.5" />
  <parrot-percentage :value="-3.2" />
  <parrot-percentage :value="0" />
</template>

API

Props

属性类型默认值说明
valuenumber0百分比值
precisionnumber1小数位
showSignbooleantrue显示箭头
sizestring'md'尺寸

Released under the MIT License.