1.0.6 • Published 6 months ago

@tntx/risk-rate-react v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

风险评估结果

安装

npm i @tntx/risk-rate
#or
yarn add @tntx/risk-rate
#or
pnpm add @tntx/risk-rate

使用

import React from "react";
import RiskRate from "@tntx/risk-rate";

export default () => {
  return <RiskRate color="#07C790" text="通过" count={67} width={100} />;
};

API

参数说明类型是否必须默认值
width水波球宽度string200px
color水波球颜色(十六进制)string#07C790
text评估结果文字string
count评估结果分数Number0
1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago