Skip to content

Commit

Permalink
[stepper] Updated Stepper API docs. (mui#4799)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhayes committed Nov 2, 2017
1 parent a01a4cf commit 200173a
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pages/api/step-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ you need to use the following style sheet name: `undefined`.

The properties of the [<ButtonBase />](/api/button-base) component are also available.

## Demos

- [Stepper](/demos/stepper)

4 changes: 4 additions & 0 deletions pages/api/step-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ If using the `overrides` key of the theme as documented
[here](/customization/themes#customizing-all-instances-of-a-component-type),
you need to use the following style sheet name: `undefined`.

## Demos

- [Stepper](/demos/stepper)

6 changes: 5 additions & 1 deletion pages/api/step-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filename: /src/Stepper/StepContent.js

| Name | Type | Default | Description |
|:-----|:-----|:--------|:------------|
| <span style="color: #31a148">children *</span> | Node | | Step content |
| <span style="color: #31a148">children *</span> | union:&nbsp;ChildrenArray<Element><br>&nbsp;Node<br> | | Step content |
| transition | Function | Collapse | Collapse component. |
| <span style="color: #31a148">transitionDuration *</span> | union:&nbsp;number<br>&nbsp;'auto'<br> | 'auto' | Adjust the duration of the content expand transition. Passed as a prop to the transition component. |

Expand All @@ -33,3 +33,7 @@ If using the `overrides` key of the theme as documented
[here](/customization/themes#customizing-all-instances-of-a-component-type),
you need to use the following style sheet name: `undefined`.

## Demos

- [Stepper](/demos/stepper)

4 changes: 4 additions & 0 deletions pages/api/step-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ If using the `overrides` key of the theme as documented
[here](/customization/themes#customizing-all-instances-of-a-component-type),
you need to use the following style sheet name: `undefined`.

## Demos

- [Stepper](/demos/stepper)

4 changes: 4 additions & 0 deletions pages/api/step-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ If using the `overrides` key of the theme as documented
[here](/customization/themes#customizing-all-instances-of-a-component-type),
you need to use the following style sheet name: `undefined`.

## Demos

- [Stepper](/demos/stepper)

4 changes: 4 additions & 0 deletions pages/api/step-position-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ If using the `overrides` key of the theme as documented
[here](/customization/themes#customizing-all-instances-of-a-component-type),
you need to use the following style sheet name: `undefined`.

## Demos

- [Stepper](/demos/stepper)

4 changes: 4 additions & 0 deletions pages/api/step.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ If using the `overrides` key of the theme as documented
[here](/customization/themes#customizing-all-instances-of-a-component-type),
you need to use the following style sheet name: `undefined`.

## Demos

- [Stepper](/demos/stepper)

4 changes: 4 additions & 0 deletions pages/api/stepper.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ you need to use the following style sheet name: `undefined`.

The properties of the [&lt;Paper /&gt;](/api/paper) component are also available.

## Demos

- [Stepper](/demos/stepper)

0 comments on commit 200173a

Please sign in to comment.