project init & fix ui

This commit is contained in:
2023-01-06 14:24:11 +08:00
parent abc4f65a8e
commit ac9b479805
866 changed files with 39916 additions and 53 deletions

View File

@@ -0,0 +1,16 @@
:: 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 | - | optionssuccess/error/warning/active。Typescript`StatusEnum` `type StatusEnum = 'success' \| 'error' \| 'warning' \| 'active'`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/progress/type.ts) | N
stroke-width | String / Number | - | \- | N
theme | String | line | optionsline/plump/circle。Typescript`ThemeEnum` `type ThemeEnum = 'line' \| 'plump' \| 'circle'`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/progress/type.ts) | N
track-color | String | '' | \- | N