ado5 60ac2c1c9a first commit 7 months ago
..
README.en-US.md 60ac2c1c9a first commit 7 months ago
README.md 60ac2c1c9a first commit 7 months ago
progress.d.ts 60ac2c1c9a first commit 7 months ago
progress.js 60ac2c1c9a first commit 7 months ago
progress.json 60ac2c1c9a first commit 7 months ago
progress.wxml 60ac2c1c9a first commit 7 months ago
progress.wxs 60ac2c1c9a first commit 7 months ago
progress.wxss 60ac2c1c9a first commit 7 months ago
props.d.ts 60ac2c1c9a first commit 7 months ago
props.js 60ac2c1c9a first commit 7 months ago
type.d.ts 60ac2c1c9a first commit 7 months ago
type.js 60ac2c1c9a first commit 7 months ago
utils.d.ts 60ac2c1c9a first commit 7 months ago
utils.js 60ac2c1c9a first commit 7 months ago

README.en-US.md

:: BASE_DOC ::

API

Progress Props

name | type | default | description | required -- | -- | -- | -- | -- color | String / Object / Array | '' | Typescript:string \| Array<string> \| Record<string, string> | N custom-style | String | - | - | N external-classes v0.25.0 | Array | - | ['t-class', 't-class-bar', 't-class-label'] | N label | String / Boolean / Slot | true | - | N percentage | Number | 0 | - | N status | String | - | options:success/error/warning/active。Typescript:StatusEnum type StatusEnum = 'success' \| 'error' \| 'warning' \| 'active'see more ts definition | N stroke-width | String / Number | - | - | N theme | String | line | options:line/plump/circle。Typescript:ThemeEnum type ThemeEnum = 'line' \| 'plump' \| 'circle'see more ts definition | N track-color | String | '' | - | N