ado5 3903c18ce2 first commit | 9 달 전 | |
---|---|---|
.. | ||
README.en-US.md | 9 달 전 | |
README.md | 9 달 전 | |
progress.d.ts | 9 달 전 | |
progress.js | 9 달 전 | |
progress.json | 9 달 전 | |
progress.wxml | 9 달 전 | |
progress.wxs | 9 달 전 | |
progress.wxss | 9 달 전 | |
props.d.ts | 9 달 전 | |
props.js | 9 달 전 | |
type.d.ts | 9 달 전 | |
type.js | 9 달 전 | |
utils.d.ts | 9 달 전 | |
utils.js | 9 달 전 |
:: BASE_DOC ::
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