1.0.2 • Published 2 years ago

semi-circle-progress v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

半圆进度条

📦 Install

npm i semi-circle-progress

📎 use

import SemiCircleProgress from "semi-circle-progress"

组件参数:

属性说明类型默认值
widthsvg的宽number400
heigtsvg的高number200
config进度条配置configItem\|configItem[]-

configItem

属性说明类型默认值
position圆心的位置{ x: number, y: number }-
radius半径number50
percent进度条百分比0~1number0.5
strokeWidth进度条宽度number14
strokeLinecap进度条样式butt\|square\|roundround
strokeBackgroundColor进度条背景色支持渐变色string\|{ offset: string;color: string;}[]#f4f4f4
strokeBarColor同strokeBackgroundColorstring\|{ offset: string;color: string;}[][{ offset: '0%', color: '#FF7529' },{ offset: '5%', color: '#FFAC47' },{ offset: '100%', color: '#FF7529' }]
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago