WGShare.Client.Wx/miniprogram_npm/tdesign-miniprogram/progress
yj d281aab5b3 Initial Commit 2024-11-11 14:16:29 +08:00
..
README.en-US.md Initial Commit 2024-11-11 14:16:29 +08:00
README.md Initial Commit 2024-11-11 14:16:29 +08:00
progress.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
progress.js Initial Commit 2024-11-11 14:16:29 +08:00
progress.json Initial Commit 2024-11-11 14:16:29 +08:00
progress.wxml Initial Commit 2024-11-11 14:16:29 +08:00
progress.wxs Initial Commit 2024-11-11 14:16:29 +08:00
progress.wxss Initial Commit 2024-11-11 14:16:29 +08:00
props.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
props.js Initial Commit 2024-11-11 14:16:29 +08:00
type.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
type.js Initial Commit 2024-11-11 14:16:29 +08:00
utils.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
utils.js Initial Commit 2024-11-11 14:16:29 +08:00

README.en-US.md

:: BASE_DOC ::

API

Progress Props

name type default description required
color String / Object / Array '' Typescriptstring | Array<string> | Record<string, 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 - optionssuccess/error/warning/active。TypescriptStatusEnum type StatusEnum = 'success' | 'error' | 'warning' | 'active'see more ts definition N
stroke-width String / Number - - N
theme String line optionsline/plump/circle。TypescriptThemeEnum type ThemeEnum = 'line' | 'plump' | 'circle'see more ts definition N
track-color String '' - N