From 31563cb7d63f95f92554e66e38e6281f07bd54cc Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 16 Jul 2015 17:44:54 +0800 Subject: [PATCH] update steps document --- components/steps/index.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/components/steps/index.md b/components/steps/index.md index 893ca2848c..37210b7ba0 100644 --- a/components/steps/index.md +++ b/components/steps/index.md @@ -15,9 +15,17 @@ ## API +```jsx + + + + + +``` + ### Steps -步骤条的整体 +步骤条。 | 参数 | 说明 | 类型 | 可选值 |默认值 | |-----------|------------------------------------------|------------|-------|--------| @@ -26,7 +34,7 @@ ### Steps.Step -步骤条的每一个步 +每一步。 | 参数 | 说明 | 类型 | 可选值 |默认值 | |-----------|------------------------------------------|------------|-------|--------| @@ -37,4 +45,4 @@ ## Todo -* 竖状步进条 +* 竖状步骤条 -- GitLab