0.0.4 • Published 4 years ago

@mas.io/mas-fund-progress v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

安装

tnpm install --save @alipay/mas-fund-progress

组件介绍

行业小程序公积金办事进度卡片组件。

参数说明

属性是否必填参数类型参数说明默认值示例
classNameString自定义class--
titleString标题文案--
contentString内容文案--
statusString状态文案--
colorString状态文案颜色#333-
descString描述文案--
bottomTextString卡片底部文案--
onClickFunction点击按钮函数 (item: props) => void--

在小程序中使用

{
  "usingComponents": {
    "mas-fund-progress": "@alipay/mas-fund-progress/es/index"
  }
}

在 page.axml 中引用组件

<!-- 页面使用方式 -->
 <mas-fund-progress
    title="{{title}}"
    content="{{content}}"
    status="审核中"
    bottomText="{{bottomText}}"
    desc="描述简要描述简要描述简要"
    onClick="onClick"
  />

Badges

TNPM version TNPM downloads install size