-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #199 from aaronmhl/feature/steps
新增steps组件
- Loading branch information
Showing
9 changed files
with
1,339 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## API | ||
### TDSteps | ||
#### 默认构造方法 | ||
|
||
| 参数 | 类型 | 默认值 | 是否必填 | 说明 | | ||
| --- | --- | --- | -- | --- | | ||
| steps | TDStepsItemData | - | 是 | 步骤条数据 | | ||
| activeIndex | int | 0 | 否 | 当前激活步骤的索引 | | ||
| direction | TDStepsDirection.horizontal/TDStepsDirection.vertical | TDStepsDirection.horizontal | 否 | 步骤条方向 | | ||
| status | TDStepsStatus.success/TDStepsStatus.error | TDStepsStatus.success | 否 | 步骤条状态 | | ||
| simple | bool | false | 否 | 是否简略模式 | | ||
| readOnly | bool | false | 否 | 是否纯展示readOnly模式 | | ||
| verticalSelect | bool | false | 否 | 是否是垂直自定义步骤条选择模式 | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.