Skip to content

Commit

Permalink
Merge branch 'v1-beta' into refactor-typings-to-modules
Browse files Browse the repository at this point in the history
* v1-beta: (23 commits)
  [docs] Fix missing props in css-in-js examples (#7867)
  [docs] Small fixes after the next.js refactorization (#7851)
  [docs] Fix release script v2
  [docs] Fix release script
  v1.0.0-beta.6
  [CHANGELOG] Prepare v1.0.0-beta.6
  [docs] Some last improvement before the release (#7847)
  [docs] Show inherited components (#7846)
  [docs] Add a team page (#7842)
  [docs] Add a ROADMAP page (#7840)
  [TextField] Fix placeholder issue (#7838)
  [core] Better usage of the CI 🚀 (#7833)
  [RadioGroup] Rename selectedValue to value (#7832)
  [docs] Use next.js (#7759)
  [core] Update some dependencies (#7831)
  [icons] Release v1.0.0-beta.5
  [icons] Fix release
  [docs] Advanced table (#7824)
  [icons] Automate release process (#7823)
  [core] Fix size-limit warning (#7822)
  ...

# Conflicts:
#	docs/src/pages/demos/badges/badges.md
#	docs/src/pages/demos/cards/cards.md
#	docs/src/pages/demos/selection-controls/selection-controls.md
#	docs/src/pages/demos/stepper/stepper.md
#	pages/api/app-bar.md
#	pages/api/avatar.md
#	pages/api/badge.md
#	pages/api/bottom-navigation-button.md
#	pages/api/bottom-navigation.md
#	pages/api/button-base.md
#	pages/api/button.md
#	pages/api/card-actions.md
#	pages/api/card-content.md
#	pages/api/card-header.md
#	pages/api/card-media.md
#	pages/api/card.md
#	pages/api/checkbox.md
#	pages/api/chip.md
#	pages/api/circular-progress.md
#	pages/api/collapse.md
#	pages/api/dialog-actions.md
#	pages/api/dialog-content.md
#	pages/api/dialog-title.md
#	pages/api/dialog.md
#	pages/api/divider.md
#	pages/api/drawer.md
#	pages/api/fade.md
#	pages/api/form-control-label.md
#	pages/api/form-control.md
#	pages/api/form-group.md
#	pages/api/form-helper-text.md
#	pages/api/form-label.md
#	pages/api/grid-list-tile-bar.md
#	pages/api/grid-list-tile.md
#	pages/api/grid-list.md
#	pages/api/grid.md
#	pages/api/grow.md
#	pages/api/hidden.md
#	pages/api/icon-button.md
#	pages/api/icon.md
#	pages/api/input-label.md
#	pages/api/input.md
#	pages/api/linear-progress.md
#	pages/api/list-item-avatar.md
#	pages/api/list-item-icon.md
#	pages/api/list-item-secondary-action.md
#	pages/api/list-item-text.md
#	pages/api/list-item.md
#	pages/api/list-subheader.md
#	pages/api/list.md
#	pages/api/menu-item.md
#	pages/api/menu-list.md
#	pages/api/menu.md
#	pages/api/mobile-stepper.md
#	pages/api/mui-theme-provider.md
#	pages/api/paper.md
#	pages/api/radio-group.md
#	pages/api/radio.md
#	pages/api/snackbar-content.md
#	pages/api/snackbar.md
#	pages/api/svg-icon.md
#	pages/api/switch.md
#	pages/api/tab.md
#	pages/api/table-body.md
#	pages/api/table-cell.md
#	pages/api/table-head.md
#	pages/api/table-row.md
#	pages/api/table-sort-label.md
#	pages/api/table.md
#	pages/api/tabs.md
#	pages/api/text-field.md
#	pages/api/toolbar.md
#	pages/api/typography.md
#	typings/index.d.ts
  • Loading branch information
Sebastian Sebald committed Aug 23, 2017
2 parents 5cd1578 + a0a4adb commit c80a554
Show file tree
Hide file tree
Showing 76 changed files with 80 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/demos/badges/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Badge generates a small badge to the top-right of its child(ren).
Two examples of badges containing text, using primary and secondary colors. The badge is applied to its children - an icon for the first example, and an Icon Button with tooltip for the second.

{{demo='pages/demos/badges/SimpleBadge.js'}}

1 change: 1 addition & 0 deletions docs/src/pages/demos/cards/cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ Here's an example of a media control card.
On desktop, card content can expand and scroll internally.

{{demo='pages/demos/cards/RecipeReviewCard.js'}}

Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ On/off switches toggle the state of a single settings option. The option that th

`Switch` can also be used with a `label`.
{{demo='pages/demos/selection-controls/SwitchLabels.js'}}

1 change: 1 addition & 0 deletions docs/src/pages/demos/stepper/stepper.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ Use dots when the number of steps isn’t large.
Use a progress bar when there are many steps, or if there are steps that need to be inserted during the process (based on responses to earlier steps).

{{demo='pages/demos/stepper/ProgressMobileStepper.js'}}

1 change: 1 addition & 0 deletions pages/api/app-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ The properties of the [<Paper />](/api/paper) component are also available
## Demos

- [App Bar](/demos/app-bar)

1 change: 1 addition & 0 deletions pages/api/avatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ you need to use the following style sheet name: `MuiAvatar`.
## Demos

- [Avatars](/demos/avatars)

1 change: 1 addition & 0 deletions pages/api/badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ you need to use the following style sheet name: `MuiBadge`.
## Demos

- [Badges](/demos/badges)

1 change: 1 addition & 0 deletions pages/api/bottom-navigation-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ The properties of the [<ButtonBase />](/api/button-base) component are als
## Demos

- [Bottom Navigation](/demos/bottom-navigation)

1 change: 1 addition & 0 deletions pages/api/bottom-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ you need to use the following style sheet name: `MuiBottomNavigation`.
## Demos

- [Bottom Navigation](/demos/bottom-navigation)

1 change: 1 addition & 0 deletions pages/api/button-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ you need to use the following style sheet name: `MuiButtonBase`.
## Demos

- [Buttons](/demos/buttons)

1 change: 1 addition & 0 deletions pages/api/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ The properties of the [<ButtonBase />](/api/button-base) component are als
## Demos

- [Buttons](/demos/buttons)

1 change: 1 addition & 0 deletions pages/api/card-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ you need to use the following style sheet name: `MuiCardActions`.
## Demos

- [Cards](/demos/cards)

1 change: 1 addition & 0 deletions pages/api/card-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ you need to use the following style sheet name: `MuiCardContent`.
## Demos

- [Cards](/demos/cards)

1 change: 1 addition & 0 deletions pages/api/card-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ The properties of the [<CardContent />](/api/card-content) component are a
## Demos

- [Cards](/demos/cards)

1 change: 1 addition & 0 deletions pages/api/card-media.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ you need to use the following style sheet name: `MuiCardMedia`.
## Demos

- [Cards](/demos/cards)

1 change: 1 addition & 0 deletions pages/api/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ The properties of the [<Paper />](/api/paper) component are also available
## Demos

- [Cards](/demos/cards)

1 change: 1 addition & 0 deletions pages/api/checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ you need to use the following style sheet name: `MuiCheckbox`.
## Demos

- [Selection Controls](/demos/selection-controls)

1 change: 1 addition & 0 deletions pages/api/chip.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ you need to use the following style sheet name: `MuiChip`.
## Demos

- [Chips](/demos/chips)

1 change: 1 addition & 0 deletions pages/api/circular-progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ you need to use the following style sheet name: `MuiCircularProgress`.
## Demos

- [Progress](/demos/progress)

1 change: 1 addition & 0 deletions pages/api/collapse.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ you need to use the following style sheet name: `MuiCollapse`.
## Demos

- [Cards](/demos/cards)

1 change: 1 addition & 0 deletions pages/api/dialog-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ you need to use the following style sheet name: `MuiDialogActions`.
## Demos

- [Dialogs](/demos/dialogs)

1 change: 1 addition & 0 deletions pages/api/dialog-content-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ section for more detail.
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: `MuiDialogContentText`.

1 change: 1 addition & 0 deletions pages/api/dialog-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ you need to use the following style sheet name: `MuiDialogContent`.
## Demos

- [Dialogs](/demos/dialogs)

1 change: 1 addition & 0 deletions pages/api/dialog-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ you need to use the following style sheet name: `MuiDialogTitle`.
## Demos

- [Dialogs](/demos/dialogs)

1 change: 1 addition & 0 deletions pages/api/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ you need to use the following style sheet name: `MuiDialog`.
## Demos

- [Dialogs](/demos/dialogs)

1 change: 1 addition & 0 deletions pages/api/divider.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ you need to use the following style sheet name: `MuiDivider`.

- [Dividers](/demos/dividers)
- [Lists](/demos/lists)

1 change: 1 addition & 0 deletions pages/api/drawer.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ you need to use the following style sheet name: `MuiDrawer`.
## Demos

- [Drawers](/demos/drawers)

2 changes: 2 additions & 0 deletions pages/api/fade.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@
| onExiting | TransitionCallback | | Callback fired when the component is exiting. |

Any other properties supplied will be spread to the root element.


1 change: 1 addition & 0 deletions pages/api/form-control-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ you need to use the following style sheet name: `MuiFormControlLabel`.
## Demos

- [Selection Controls](/demos/selection-controls)

1 change: 1 addition & 0 deletions pages/api/form-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ you need to use the following style sheet name: `MuiFormControl`.

- [Selection Controls](/demos/selection-controls)
- [Text Fields](/demos/text-fields)

1 change: 1 addition & 0 deletions pages/api/form-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ you need to use the following style sheet name: `MuiFormGroup`.
## Demos

- [Selection Controls](/demos/selection-controls)

1 change: 1 addition & 0 deletions pages/api/form-helper-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ you need to use the following style sheet name: `MuiFormHelperText`.
## Demos

- [Text Fields](/demos/text-fields)

1 change: 1 addition & 0 deletions pages/api/form-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ you need to use the following style sheet name: `MuiFormLabel`.
## Demos

- [Selection Controls](/demos/selection-controls)

1 change: 1 addition & 0 deletions pages/api/grid-list-tile-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ you need to use the following style sheet name: `MuiGridListTileBar`.
## Demos

- [Grid List](/demos/grid-list)

1 change: 1 addition & 0 deletions pages/api/grid-list-tile.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ you need to use the following style sheet name: `MuiGridListTile`.
## Demos

- [Grid List](/demos/grid-list)

1 change: 1 addition & 0 deletions pages/api/grid-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ you need to use the following style sheet name: `MuiGridList`.
## Demos

- [Grid List](/demos/grid-list)

1 change: 1 addition & 0 deletions pages/api/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ you need to use the following style sheet name: `MuiGrid`.
## Demos

- [Grid](/layout/grid)

2 changes: 2 additions & 0 deletions pages/api/grow.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ Grow transition used by popovers such as Menu.
| transitionDuration | union:&nbsp;number<br>&nbsp;'auto'<br> | 'auto' | Set to 'auto' to automatically calculate transition time based on height |

Any other properties supplied will be spread to the root element.


1 change: 1 addition & 0 deletions pages/api/hidden.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ Any other properties supplied will be spread to the root element.
## Demos

- [Hidden](/layout/hidden)

1 change: 1 addition & 0 deletions pages/api/icon-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ The properties of the [&lt;ButtonBase /&gt;](/api/button-base) component are als

- [Buttons](/demos/buttons)
- [Grid List](/demos/grid-list)

1 change: 1 addition & 0 deletions pages/api/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ you need to use the following style sheet name: `MuiIcon`.
## Demos

- [Icons](/style/icons)

1 change: 1 addition & 0 deletions pages/api/input-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ you need to use the following style sheet name: `MuiInputLabel`.
## Demos

- [Text Fields](/demos/text-fields)

1 change: 1 addition & 0 deletions pages/api/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ you need to use the following style sheet name: `MuiInput`.
## Demos

- [Text Fields](/demos/text-fields)

1 change: 1 addition & 0 deletions pages/api/linear-progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ you need to use the following style sheet name: `MuiLinearProgress`.
## Demos

- [Progress](/demos/progress)

1 change: 1 addition & 0 deletions pages/api/list-item-avatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ you need to use the following style sheet name: `MuiListItemAvatar`.
## Demos

- [Lists](/demos/lists)

1 change: 1 addition & 0 deletions pages/api/list-item-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ you need to use the following style sheet name: `MuiListItemIcon`.
## Demos

- [Lists](/demos/lists)

1 change: 1 addition & 0 deletions pages/api/list-item-secondary-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ you need to use the following style sheet name: `MuiListItemSecondaryAction`.
## Demos

- [Lists](/demos/lists)

1 change: 1 addition & 0 deletions pages/api/list-item-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ you need to use the following style sheet name: `MuiListItemText`.
## Demos

- [Lists](/demos/lists)

1 change: 1 addition & 0 deletions pages/api/list-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ you need to use the following style sheet name: `MuiListItem`.
## Demos

- [Lists](/demos/lists)

1 change: 1 addition & 0 deletions pages/api/list-subheader.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ you need to use the following style sheet name: `MuiListSubheader`.

- [Grid List](/demos/grid-list)
- [Lists](/demos/lists)

1 change: 1 addition & 0 deletions pages/api/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ you need to use the following style sheet name: `MuiList`.
## Demos

- [Lists](/demos/lists)

1 change: 1 addition & 0 deletions pages/api/menu-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ you need to use the following style sheet name: `MuiMenuItem`.

- [Autocomplete](/demos/autocomplete)
- [Menus](/demos/menus)

1 change: 1 addition & 0 deletions pages/api/menu-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Any other properties supplied will be spread to the root element.
## Demos

- [Menus](/demos/menus)

1 change: 1 addition & 0 deletions pages/api/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ you need to use the following style sheet name: `MuiMenu`.
## Demos

- [Menus](/demos/menus)

1 change: 1 addition & 0 deletions pages/api/mobile-stepper.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ The properties of the [&lt;Paper /&gt;](/api/paper) component are also available
## Demos

- [Stepper](/demos/stepper)

2 changes: 2 additions & 0 deletions pages/api/mui-theme-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
| <span style="color: #31a148">theme *</span> | union:&nbsp;object<br>&nbsp;func<br> | | A theme object. |

Any other properties supplied will be spread to the root element.


1 change: 1 addition & 0 deletions pages/api/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ you need to use the following style sheet name: `MuiPaper`.

- [Autocomplete](/demos/autocomplete)
- [Paper](/demos/paper)

1 change: 1 addition & 0 deletions pages/api/radio-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ you need to use the following style sheet name: `MuiRadioGroup`.
## Demos

- [Selection Controls](/demos/selection-controls)

1 change: 1 addition & 0 deletions pages/api/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ you need to use the following style sheet name: `MuiRadio`.
## Demos

- [Selection Controls](/demos/selection-controls)

2 changes: 2 additions & 0 deletions pages/api/slide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@
| onExiting | TransitionCallback | | Callback fired when the component is exiting. |

Any other properties supplied will be spread to the root element.


1 change: 1 addition & 0 deletions pages/api/snackbar-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ you need to use the following style sheet name: `MuiSnackbarContent`.
## Demos

- [Snackbars](/demos/snackbars)

1 change: 1 addition & 0 deletions pages/api/snackbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ you need to use the following style sheet name: `MuiSnackbar`.
## Demos

- [Snackbars](/demos/snackbars)

1 change: 1 addition & 0 deletions pages/api/svg-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ you need to use the following style sheet name: `MuiSvgIcon`.
## Demos

- [Icons](/style/icons)

1 change: 1 addition & 0 deletions pages/api/switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ you need to use the following style sheet name: `MuiSwitch`.
## Demos

- [Selection Controls](/demos/selection-controls)

1 change: 1 addition & 0 deletions pages/api/tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ The properties of the [&lt;ButtonBase /&gt;](/api/button-base) component are als
## Demos

- [Tabs](/demos/tabs)

1 change: 1 addition & 0 deletions pages/api/table-body.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ you need to use the following style sheet name: `MuiTableBody`.
## Demos

- [Tables](/demos/tables)

1 change: 1 addition & 0 deletions pages/api/table-cell.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ you need to use the following style sheet name: `MuiTableCell`.
## Demos

- [Tables](/demos/tables)

1 change: 1 addition & 0 deletions pages/api/table-head.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ you need to use the following style sheet name: `MuiTableHead`.
## Demos

- [Tables](/demos/tables)

1 change: 1 addition & 0 deletions pages/api/table-row.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ you need to use the following style sheet name: `MuiTableRow`.
## Demos

- [Tables](/demos/tables)

1 change: 1 addition & 0 deletions pages/api/table-sort-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ you need to use the following style sheet name: `MuiTableSortLabel`.
## Demos

- [Tables](/demos/tables)

1 change: 1 addition & 0 deletions pages/api/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ you need to use the following style sheet name: `MuiTable`.
## Demos

- [Tables](/demos/tables)

1 change: 1 addition & 0 deletions pages/api/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ you need to use the following style sheet name: `MuiTabs`.
## Demos

- [Tabs](/demos/tabs)

1 change: 1 addition & 0 deletions pages/api/text-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ The properties of the [&lt;FormControl /&gt;](/api/form-control) component are a

- [Autocomplete](/demos/autocomplete)
- [Text Fields](/demos/text-fields)

1 change: 1 addition & 0 deletions pages/api/textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ section for more detail.
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: `MuiTextarea`.

1 change: 1 addition & 0 deletions pages/api/toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ you need to use the following style sheet name: `MuiToolbar`.
## Demos

- [App Bar](/demos/app-bar)

1 change: 1 addition & 0 deletions pages/api/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ you need to use the following style sheet name: `MuiTypography`.
## Demos

- [Typography](/style/typography)

0 comments on commit c80a554

Please sign in to comment.