@tarojsx/ui
Version:
We reinvents the UI for Taro3+
99 lines (55 loc) • 2.13 kB
Markdown
---
id: "_progress_.progressprops"
title: "ProgressProps"
sidebar_label: "ProgressProps"
---
## Hierarchy
* **ProgressProps**
## Index
### Properties
* [className](_progress_.progressprops.md#optional-classname)
* [color](_progress_.progressprops.md#optional-color)
* [isHidePercent](_progress_.progressprops.md#optional-ishidepercent)
* [percent](_progress_.progressprops.md#optional-percent)
* [status](_progress_.progressprops.md#optional-status)
* [strokeWidth](_progress_.progressprops.md#optional-strokewidth)
* [style](_progress_.progressprops.md#optional-style)
* [transitionDuration](_progress_.progressprops.md#optional-transitionduration)
## Properties
### `Optional` className
• **className**? : *string*
*Defined in [src/Progress.tsx:8](https://github.com/tarojsx/ui/blob/v0.11.0/src/Progress.tsx#L8)*
___
### `Optional` color
• **color**? : *string*
*Defined in [src/Progress.tsx:15](https://github.com/tarojsx/ui/blob/v0.11.0/src/Progress.tsx#L15)*
颜色
___
### `Optional` isHidePercent
• **isHidePercent**? : *boolean*
*Defined in [src/Progress.tsx:19](https://github.com/tarojsx/ui/blob/v0.11.0/src/Progress.tsx#L19)*
是否隐藏文字
___
### `Optional` percent
• **percent**? : *number*
*Defined in [src/Progress.tsx:11](https://github.com/tarojsx/ui/blob/v0.11.0/src/Progress.tsx#L11)*
进度
___
### `Optional` status
• **status**? : *"progress" | "success" | "error"*
*Defined in [src/Progress.tsx:13](https://github.com/tarojsx/ui/blob/v0.11.0/src/Progress.tsx#L13)*
状态
___
### `Optional` strokeWidth
• **strokeWidth**? : *number*
*Defined in [src/Progress.tsx:17](https://github.com/tarojsx/ui/blob/v0.11.0/src/Progress.tsx#L17)*
宽度
___
### `Optional` style
• **style**? : *CSSProperties*
*Defined in [src/Progress.tsx:9](https://github.com/tarojsx/ui/blob/v0.11.0/src/Progress.tsx#L9)*
___
### `Optional` transitionDuration
• **transitionDuration**? : *number*
*Defined in [src/Progress.tsx:21](https://github.com/tarojsx/ui/blob/v0.11.0/src/Progress.tsx#L21)*
过渡动画所需的时间. 默认: 0.3, 单位: 秒, 禁用可提高性能.