Skip to content

Commit

Permalink
Merge branch 'master' into docs/more-proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 8, 2020
2 parents 6c5a939 + c776d34 commit aa361c0
Show file tree
Hide file tree
Showing 135 changed files with 589 additions and 358 deletions.
14 changes: 7 additions & 7 deletions docs/notifications.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"text": "<a style=\"color: inherit;\" target=\"_blank\" rel=\"noopener\" data-ga-event-category=\"l10n\" data-ga-event-action=\"notification\" data-ga-event-label=\"zh\" href=\"https://translate.material-ui.com/\">帮助 Material-UI 将文档翻译成中文</a>. 🇨🇳",
"userLanguage": "zh"
},
{
"id": 47,
"date": "2020-01-25",
"title": "New blog post",
"text": "<a style=\"color: inherit;\" target=\"_blank\" rel=\"noopener\" href=\"https://medium.com/material-ui/2019-in-review-and-beyond-34f85e29926\">2019 in review and beyond</a>. 2019 was a great year for Material-UI. It puts us on an exciting path to solve even greater challenges in the coming years!"
},
{
"id": 49,
"date": "2020-03-30",
"title": "Sketch",
"text": "<a style=\"color: inherit;\" target=\"_blank\" rel=\"noopener\" href=\"https://twitter.com/MaterialUI/status/1244519729978437633\">Introducing Material-UI for Sketch</a>. Today, we’re excited to introduce the Sketch symbols 💎 for Material-UI."
"text": "<a style=\"color: inherit;\" target=\"_blank\" rel=\"noopener\" href=\"https://material-ui.com/store/items/sketch-react/?utm_source=docs&utm_medium=notifications&utm_campaign=introducing-sketch\">Introducing Material-UI for Sketch</a>. Today, we’re excited to introduce the Sketch symbols 💎 for Material-UI."
},
{
"id": 50,
"date": "2020-04-07",
"title": "Developer Survey",
"text": "Help shape the future of Material-UI.<br />🙏<a style=\"color: inherit;\" target=\"_blank\" rel=\"noopener\" href=\"https://forms.gle/TYWRdvgyZs4AhZNv8\">Please fill the survey.</a>"
}
]
7 changes: 4 additions & 3 deletions docs/pages/api-docs/alert-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiAlertTitle` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -33,9 +37,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiAlertTitle`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiAlertTitle-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiAlert` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -42,9 +46,6 @@ Any other props supplied will be provided to the root element ([Paper](/api/pape

## CSS

- Style sheet name: `MuiAlert`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiAlert-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/app-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiAppBar` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -35,9 +39,6 @@ Any other props supplied will be provided to the root element ([Paper](/api/pape

## CSS

- Style sheet name: `MuiAppBar`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiAppBar-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiAutocomplete` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand Down Expand Up @@ -86,9 +90,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiAutocomplete`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiAutocomplete-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/avatar-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiAvatarGroup` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -35,9 +39,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiAvatarGroup`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiAvatarGroup-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/avatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiAvatar` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -40,9 +44,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiAvatar`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiAvatar-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/backdrop.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiBackdrop` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -36,9 +40,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiBackdrop`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiBackdrop-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiBadge` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -42,9 +46,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiBadge`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiBadge-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/bottom-navigation-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiBottomNavigationAction` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -37,9 +41,6 @@ Any other props supplied will be provided to the root element ([ButtonBase](/api

## CSS

- Style sheet name: `MuiBottomNavigationAction`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiBottomNavigationAction-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/bottom-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiBottomNavigation` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -37,9 +41,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiBottomNavigation`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiBottomNavigation-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/breadcrumbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiBreadcrumbs` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -39,9 +43,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiBreadcrumbs`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiBreadcrumbs-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/button-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi
It aims to be a simple building block for creating a button.
It contains a load of style reset and some focus/ripple logic.

## Component name

The `MuiButtonBase` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -46,9 +50,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiButtonBase`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiButtonBase-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/button-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiButtonGroup` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -42,9 +46,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiButtonGroup`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiButtonGroup-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiButton` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -45,9 +49,6 @@ Any other props supplied will be provided to the root element ([ButtonBase](/api

## CSS

- Style sheet name: `MuiButton`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiButton-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/card-action-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiCardActionArea` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -33,9 +37,6 @@ Any other props supplied will be provided to the root element ([ButtonBase](/api

## CSS

- Style sheet name: `MuiCardActionArea`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiCardActionArea-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/card-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiCardActions` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -34,9 +38,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiCardActions`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiCardActions-root</span> | Styles applied to the root element.
Expand Down
7 changes: 4 additions & 3 deletions docs/pages/api-docs/card-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ You can learn more about the difference by [reading this guide](/guides/minimizi



## Component name

The `MuiCardContent` name can be used for providing [default props](/customization/globals/#default-props) or [style overrides](/customization/globals/#css) at the theme level.

## Props

| Name | Type | Default | Description |
Expand All @@ -34,9 +38,6 @@ Any other props supplied will be provided to the root element (native element).

## CSS

- Style sheet name: `MuiCardContent`.
- Style sheet details:

| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| <span class="prop-name">root</span> | <span class="prop-name">.MuiCardContent-root</span> | Styles applied to the root element.
Expand Down
Loading

0 comments on commit aa361c0

Please sign in to comment.