city-casereport/miniprogram_npm/tdesign-miniprogram/progress
2023-12-06 14:22:42 +08:00
..
progress.d.ts 户籍信息录入 2023-12-06 14:22:42 +08:00
progress.js 户籍信息录入 2023-12-06 14:22:42 +08:00
progress.json 户籍信息录入 2023-12-06 14:22:42 +08:00
progress.wxml 户籍信息录入 2023-12-06 14:22:42 +08:00
progress.wxs 户籍信息录入 2023-12-06 14:22:42 +08:00
progress.wxss 户籍信息录入 2023-12-06 14:22:42 +08:00
props.d.ts 户籍信息录入 2023-12-06 14:22:42 +08:00
props.js 户籍信息录入 2023-12-06 14:22:42 +08:00
README.en-US.md 户籍信息录入 2023-12-06 14:22:42 +08:00
README.md 户籍信息录入 2023-12-06 14:22:42 +08:00
type.d.ts 户籍信息录入 2023-12-06 14:22:42 +08:00
type.js 户籍信息录入 2023-12-06 14:22:42 +08:00
utils.d.ts 户籍信息录入 2023-12-06 14:22:42 +08:00
utils.js 户籍信息录入 2023-12-06 14:22:42 +08:00

:: 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

CSS Variables

The component provides the following CSS variables, which can be used to customize styles.

Name Default Value Description
--td-progress-circle-inner-bg-color @font-white-1 -
--td-progress-inner-bg-color @brand-color -
--td-progress-track-bg-color @bg-color-component -