文件名称:react-progress-bar:简单的React进度栏组件
文件大小:416KB
文件格式:ZIP
更新时间:2024-05-18 13:22:53
react typescript progress-bar custom-component JavaScript
@ ramonak / react-progress-bar 进度栏React组件(使用Typescript构建) 安装 npm install --save @ramonak/react-progress-bar 用法 import React from "react" ; import ProgressBar from "@ramonak/react-progress-bar" ; const Example = ( ) => { return < ProgressBar xss=removed> ; } ; 道具 名称 类型 默认 描述 completed (必填) Number between 0 and 100 or string. 完成进度条值的百分比。 bgColor string #6a1b9a 完成栏的颜色 height strin
【文件预览】:
react-progress-bar-master
----.gitignore(281B)
----.eslintrc(603B)
----package.json(1KB)
----package-lock.json(26KB)
----src()
--------.eslintrc(36B)
--------index.tsx(4KB)
----.prettier.json(170B)
----LICENSE(1KB)
----tsconfig.json(667B)
----rollup.config.js(375B)
----README.md(4KB)
----example()
--------.gitignore(323B)
--------package.json(1KB)
--------package-lock.json(689KB)
--------src()
--------public()
--------README.md(338B)
--------yarn.lock(517KB)
----.eslintignore(47B)
----.editorconfig(147B)