You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kgdxpr e69712b1d2
'commit'
12 months ago
..
README.en-US.md 'commit' 12 months ago
README.md 'commit' 12 months ago
progress.d.ts 'commit' 12 months ago
progress.js 'commit' 12 months ago
progress.json 'commit' 12 months ago
progress.wxml 'commit' 12 months ago
progress.wxs 'commit' 12 months ago
progress.wxss 'commit' 12 months ago
props.d.ts 'commit' 12 months ago
props.js 'commit' 12 months ago
type.d.ts 'commit' 12 months ago
type.js 'commit' 12 months ago
utils.d.ts 'commit' 12 months ago
utils.js 'commit' 12 months ago

README.en-US.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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