-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v1-beta' into refactor-typings-to-modules
* 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
Showing
76 changed files
with
80 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
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
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
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
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
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 |
---|---|---|
|
@@ -36,3 +36,4 @@ you need to use the following style sheet name: `MuiAvatar`. | |
## Demos | ||
|
||
- [Avatars](/demos/avatars) | ||
|
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 |
---|---|---|
|
@@ -33,3 +33,4 @@ you need to use the following style sheet name: `MuiBadge`. | |
## Demos | ||
|
||
- [Badges](/demos/badges) | ||
|
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
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
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 |
---|---|---|
|
@@ -36,3 +36,4 @@ you need to use the following style sheet name: `MuiButtonBase`. | |
## Demos | ||
|
||
- [Buttons](/demos/buttons) | ||
|
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
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 |
---|---|---|
|
@@ -30,3 +30,4 @@ you need to use the following style sheet name: `MuiCardActions`. | |
## Demos | ||
|
||
- [Cards](/demos/cards) | ||
|
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 |
---|---|---|
|
@@ -27,3 +27,4 @@ you need to use the following style sheet name: `MuiCardContent`. | |
## Demos | ||
|
||
- [Cards](/demos/cards) | ||
|
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
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 |
---|---|---|
|
@@ -28,3 +28,4 @@ you need to use the following style sheet name: `MuiCardMedia`. | |
## Demos | ||
|
||
- [Cards](/demos/cards) | ||
|
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
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
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 |
---|---|---|
|
@@ -36,3 +36,4 @@ you need to use the following style sheet name: `MuiChip`. | |
## Demos | ||
|
||
- [Chips](/demos/chips) | ||
|
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 |
---|---|---|
|
@@ -40,3 +40,4 @@ you need to use the following style sheet name: `MuiCircularProgress`. | |
## Demos | ||
|
||
- [Progress](/demos/progress) | ||
|
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 |
---|---|---|
|
@@ -37,3 +37,4 @@ you need to use the following style sheet name: `MuiCollapse`. | |
## Demos | ||
|
||
- [Cards](/demos/cards) | ||
|
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 |
---|---|---|
|
@@ -30,3 +30,4 @@ you need to use the following style sheet name: `MuiDialogActions`. | |
## Demos | ||
|
||
- [Dialogs](/demos/dialogs) | ||
|
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
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 |
---|---|---|
|
@@ -28,3 +28,4 @@ you need to use the following style sheet name: `MuiDialogContent`. | |
## Demos | ||
|
||
- [Dialogs](/demos/dialogs) | ||
|
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 |
---|---|---|
|
@@ -29,3 +29,4 @@ you need to use the following style sheet name: `MuiDialogTitle`. | |
## Demos | ||
|
||
- [Dialogs](/demos/dialogs) | ||
|
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 |
---|---|---|
|
@@ -50,3 +50,4 @@ you need to use the following style sheet name: `MuiDialog`. | |
## Demos | ||
|
||
- [Dialogs](/demos/dialogs) | ||
|
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
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 |
---|---|---|
|
@@ -42,3 +42,4 @@ you need to use the following style sheet name: `MuiDrawer`. | |
## Demos | ||
|
||
- [Drawers](/demos/drawers) | ||
|
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -42,3 +42,4 @@ you need to use the following style sheet name: `MuiGridListTileBar`. | |
## Demos | ||
|
||
- [Grid List](/demos/grid-list) | ||
|
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 |
---|---|---|
|
@@ -34,3 +34,4 @@ you need to use the following style sheet name: `MuiGridListTile`. | |
## Demos | ||
|
||
- [Grid List](/demos/grid-list) | ||
|
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 |
---|---|---|
|
@@ -32,3 +32,4 @@ you need to use the following style sheet name: `MuiGridList`. | |
## Demos | ||
|
||
- [Grid List](/demos/grid-list) | ||
|
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 |
---|---|---|
|
@@ -72,3 +72,4 @@ you need to use the following style sheet name: `MuiGrid`. | |
## Demos | ||
|
||
- [Grid](/layout/grid) | ||
|
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
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 |
---|---|---|
|
@@ -27,3 +27,4 @@ Any other properties supplied will be spread to the root element. | |
## Demos | ||
|
||
- [Hidden](/layout/hidden) | ||
|
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
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 |
---|---|---|
|
@@ -35,3 +35,4 @@ you need to use the following style sheet name: `MuiIcon`. | |
## Demos | ||
|
||
- [Icons](/style/icons) | ||
|
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 |
---|---|---|
|
@@ -38,3 +38,4 @@ you need to use the following style sheet name: `MuiInputLabel`. | |
## Demos | ||
|
||
- [Text Fields](/demos/text-fields) | ||
|
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 |
---|---|---|
|
@@ -67,3 +67,4 @@ you need to use the following style sheet name: `MuiInput`. | |
## Demos | ||
|
||
- [Text Fields](/demos/text-fields) | ||
|
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 |
---|---|---|
|
@@ -48,3 +48,4 @@ you need to use the following style sheet name: `MuiLinearProgress`. | |
## Demos | ||
|
||
- [Progress](/demos/progress) | ||
|
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 |
---|---|---|
|
@@ -29,3 +29,4 @@ you need to use the following style sheet name: `MuiListItemAvatar`. | |
## Demos | ||
|
||
- [Lists](/demos/lists) | ||
|
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 |
---|---|---|
|
@@ -28,3 +28,4 @@ you need to use the following style sheet name: `MuiListItemIcon`. | |
## Demos | ||
|
||
- [Lists](/demos/lists) | ||
|
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 |
---|---|---|
|
@@ -28,3 +28,4 @@ you need to use the following style sheet name: `MuiListItemSecondaryAction`. | |
## Demos | ||
|
||
- [Lists](/demos/lists) | ||
|
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 |
---|---|---|
|
@@ -35,3 +35,4 @@ you need to use the following style sheet name: `MuiListItemText`. | |
## Demos | ||
|
||
- [Lists](/demos/lists) | ||
|
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 |
---|---|---|
|
@@ -41,3 +41,4 @@ you need to use the following style sheet name: `MuiListItem`. | |
## Demos | ||
|
||
- [Lists](/demos/lists) | ||
|
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
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 |
---|---|---|
|
@@ -36,3 +36,4 @@ you need to use the following style sheet name: `MuiList`. | |
## Demos | ||
|
||
- [Lists](/demos/lists) | ||
|
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
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 |
---|---|---|
|
@@ -15,3 +15,4 @@ Any other properties supplied will be spread to the root element. | |
## Demos | ||
|
||
- [Menus](/demos/menus) | ||
|
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 |
---|---|---|
|
@@ -39,3 +39,4 @@ you need to use the following style sheet name: `MuiMenu`. | |
## Demos | ||
|
||
- [Menus](/demos/menus) | ||
|
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -31,3 +31,4 @@ you need to use the following style sheet name: `MuiSnackbarContent`. | |
## Demos | ||
|
||
- [Snackbars](/demos/snackbars) | ||
|
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 |
---|---|---|
|
@@ -51,3 +51,4 @@ you need to use the following style sheet name: `MuiSnackbar`. | |
## Demos | ||
|
||
- [Snackbars](/demos/snackbars) | ||
|
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 |
---|---|---|
|
@@ -30,3 +30,4 @@ you need to use the following style sheet name: `MuiSvgIcon`. | |
## Demos | ||
|
||
- [Icons](/style/icons) | ||
|
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
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 |
---|---|---|
|
@@ -49,3 +49,4 @@ The properties of the [<ButtonBase />](/api/button-base) component are als | |
## Demos | ||
|
||
- [Tabs](/demos/tabs) | ||
|
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 |
---|---|---|
|
@@ -29,3 +29,4 @@ you need to use the following style sheet name: `MuiTableBody`. | |
## Demos | ||
|
||
- [Tables](/demos/tables) | ||
|
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 |
---|---|---|
|
@@ -39,3 +39,4 @@ you need to use the following style sheet name: `MuiTableCell`. | |
## Demos | ||
|
||
- [Tables](/demos/tables) | ||
|
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 |
---|---|---|
|
@@ -29,3 +29,4 @@ you need to use the following style sheet name: `MuiTableHead`. | |
## Demos | ||
|
||
- [Tables](/demos/tables) | ||
|
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 |
---|---|---|
|
@@ -36,3 +36,4 @@ you need to use the following style sheet name: `MuiTableRow`. | |
## Demos | ||
|
||
- [Tables](/demos/tables) | ||
|
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 |
---|---|---|
|
@@ -34,3 +34,4 @@ you need to use the following style sheet name: `MuiTableSortLabel`. | |
## Demos | ||
|
||
- [Tables](/demos/tables) | ||
|
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 |
---|---|---|
|
@@ -29,3 +29,4 @@ you need to use the following style sheet name: `MuiTable`. | |
## Demos | ||
|
||
- [Tables](/demos/tables) | ||
|
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 |
---|---|---|
|
@@ -43,3 +43,4 @@ you need to use the following style sheet name: `MuiTabs`. | |
## Demos | ||
|
||
- [Tabs](/demos/tabs) | ||
|
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
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
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 |
---|---|---|
|
@@ -30,3 +30,4 @@ you need to use the following style sheet name: `MuiToolbar`. | |
## Demos | ||
|
||
- [App Bar](/demos/app-bar) | ||
|
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 |
---|---|---|
|
@@ -57,3 +57,4 @@ you need to use the following style sheet name: `MuiTypography`. | |
## Demos | ||
|
||
- [Typography](/style/typography) | ||
|