Skip to content

Commit

Permalink
[docs] Move 5 component names to Title Case (mui#34118)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and Daniel Rabe committed Nov 29, 2022
1 parent 67a3f65 commit 95d7d82
Show file tree
Hide file tree
Showing 218 changed files with 331 additions and 472 deletions.
4 changes: 2 additions & 2 deletions docs/data/joy/components/text-field/text-field.md
@@ -1,11 +1,11 @@
---
product: joy-ui
title: React Text field component
title: React Text Field component
githubLabel: 'component: text field'
unstyled: /base/react-input/
---

# Text field
# Text Field

<p class="description">Text fields let users enter and edit text.</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/customization/default-theme/default-theme.md
@@ -1,4 +1,4 @@
# Default Theme
# Default theme

<p class="description">Here's what the theme object looks like with the default values.</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/pages.ts
Expand Up @@ -30,7 +30,7 @@ const pages = [
subheader: 'inputs',
children: [
{ pathname: '/joy-ui/react-button' },
{ pathname: '/joy-ui/react-text-field' },
{ pathname: '/joy-ui/react-text-field', title: 'Text Field' },
{ pathname: '/joy-ui/react-textarea' },
{ pathname: '/joy-ui/react-checkbox' },
{ pathname: '/joy-ui/react-radio-button' },
Expand Down
4 changes: 2 additions & 2 deletions docs/data/material/components/button-group/button-group.md
@@ -1,11 +1,11 @@
---
product: material-ui
title: React ButtonGroup component
title: React Button Group component
components: Button, ButtonGroup
githubLabel: 'component: ButtonGroup'
---

# Button group
# Button Group

<p class="description">The ButtonGroup component can be used to group related buttons.</p>

Expand Down
@@ -1,12 +1,12 @@
---
product: material-ui
title: React Fab component
title: React Floating Action Button (FAB) component
components: Fab
githubLabel: 'component: Fab'
materialDesign: https://material.io/components/buttons-floating-action-button
---

# Floating action button
# Floating Action Button

<p class="description">A floating action button (FAB) performs the primary, or most common, action on a screen.</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/data/material/components/radio-buttons/radio-buttons.md
@@ -1,13 +1,13 @@
---
product: material-ui
title: Radio buttons React component
title: React Radio button component
components: Radio, RadioGroup, FormControl, FormLabel, FormControlLabel
githubLabel: 'component: radio'
materialDesign: https://material.io/components/selection-controls#radio-buttons
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/radiobutton/
---

# Radio
# Radio button

<p class="description">Radio buttons allow the user to select one option from a set.</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/data/material/components/text-fields/text-fields.md
@@ -1,13 +1,13 @@
---
product: material-ui
title: Text field React component
title: React Text Field component
components: FilledInput, FormControl, FormHelperText, Input, InputAdornment, InputBase, InputLabel, OutlinedInput, TextField
githubLabel: 'component: text field'
materialDesign: https://material.io/components/text-fields
unstyled: /base/react-input/
---

# Text field
# Text Field

<p class="description">Text fields let users enter and edit text.</p>

Expand Down
@@ -1,4 +1,4 @@
# Default Theme
# Default theme

<p class="description">Here's what the theme object looks like with the default values.</p>

Expand Down
30 changes: 15 additions & 15 deletions docs/data/material/discover-more/roadmap/roadmap.md
Expand Up @@ -48,35 +48,35 @@ Here are the components we will work on being supported in the MUI ecosystem:

| Name | Product | Status |
| :------------------------- | -------- | ------ |
| Advanced layout | MUI X ||
| Advanced Layout | MUI X ||
| Carousel | MUI X ||
| Charts | MUI X ||
| Data grid | MUI X | 🧪 |
| Date picker | MUI X | 🧪 |
| Date range picker | MUI X | 🧪 |
| Data Grid | MUI X | 🧪 |
| Date Picker | MUI X | 🧪 |
| Date Range Picker | MUI X | 🧪 |
| Dropdown | MUI Core ||
| Dropzone | MUI X ||
| File upload | MUI X ||
| Gantt chart | MUI X ||
| File Upload | MUI X ||
| Gantt Chart | MUI X ||
| Gauge | MUI X ||
| Image | MUI Core ||
| Masonry | MUI Core | 🧪 |
| Navbar | MUI Core ||
| Nested menu | MUI X ||
| Nested Menu | MUI X ||
| NProgress | MUI Core ||
| Numeric input | MUI Core ||
| Rich text editor | MUI X ||
| Numeric Input | MUI Core ||
| Rich Text Editor | MUI X ||
| Scheduler | MUI X ||
| Scrollspy | MUI Core ||
| Sparkline | MUI X ||
| Timeline | MUI Core | 🧪 |
| Tree select | MUI X ||
| Tree view | MUI X | 🧪 |
| Tree view - Checkbox | MUI X ||
| Tree view - Drag & Drop | MUI X ||
| Tree view - Multiselect | MUI X | 🧪 |
| Tree view - Virtualization | MUI X ||
| Window splitter | MUI X ||
| Tree View | MUI X | 🧪 |
| Tree View - Checkbox | MUI X ||
| Tree View - Drag & Drop | MUI X ||
| Tree View - Multiselect | MUI X | 🧪 |
| Tree View - Virtualization | MUI X ||
| Window Splitter | MUI X ||

:::warning
⚠️ **Disclaimer**: We operate in a dynamic environment, and things are subject to change. The information provided is intended to outline the general framework direction, for informational purposes only. We may decide to add or remove new items at any time, depending on our capability to deliver while meeting our quality standards. The development, releases, and timing of any features or functionality remains at the sole discretion of MUI. The roadmap does not represent a commitment, obligation, or promise to deliver at any time.
Expand Down
13 changes: 8 additions & 5 deletions docs/data/material/pages.ts
Expand Up @@ -34,15 +34,18 @@ const pages = [
children: [
{ pathname: '/material-ui/react-autocomplete' },
{ pathname: '/material-ui/react-button' },
{ pathname: '/material-ui/react-button-group' },
{ pathname: '/material-ui/react-button-group', title: 'Button Group' },
{ pathname: '/material-ui/react-checkbox' },
{ pathname: '/material-ui/react-floating-action-button' },
{
pathname: '/material-ui/react-floating-action-button',
title: 'Floating Action Button',
},
{ pathname: '/material-ui/react-radio-button' },
{ pathname: '/material-ui/react-rating' },
{ pathname: '/material-ui/react-select' },
{ pathname: '/material-ui/react-slider' },
{ pathname: '/material-ui/react-switch' },
{ pathname: '/material-ui/react-text-field' },
{ pathname: '/material-ui/react-text-field', title: 'Text Field' },
{ pathname: '/material-ui/react-transfer-list' },
{ pathname: '/material-ui/react-toggle-button' },
],
Expand Down Expand Up @@ -165,15 +168,15 @@ const pages = [
children: [
{ pathname: '/material-ui/customization/theming' },
{ pathname: '/material-ui/customization/palette' },
{ pathname: '/material-ui/customization/dark-mode', title: 'Dark mode' },
{ pathname: '/material-ui/customization/dark-mode' },
{ pathname: '/material-ui/customization/typography' },
{ pathname: '/material-ui/customization/spacing' },
{ pathname: '/material-ui/customization/breakpoints' },
{ pathname: '/material-ui/customization/density' },
{ pathname: '/material-ui/customization/z-index', title: 'z-index' },
{ pathname: '/material-ui/customization/transitions' },
{ pathname: '/material-ui/customization/theme-components', title: 'Components' },
{ pathname: '/material-ui/customization/default-theme', title: 'Default Theme' },
{ pathname: '/material-ui/customization/default-theme' },
],
},
{ pathname: '/material-ui/customization/how-to-customize' },
Expand Down
1 change: 1 addition & 0 deletions docs/data/system/components/stack/stack.md
@@ -1,6 +1,7 @@
---
product: system
title: React Stack component
components: Stack
githubLabel: 'component: Stack'
---

Expand Down
4 changes: 2 additions & 2 deletions docs/packages/markdown/index.js
@@ -1,3 +1,3 @@
const { createRender, getHeaders, renderInline } = require('./parseMarkdown');
const { createRender, getHeaders, getTitle, renderInline } = require('./parseMarkdown');

module.exports = { createRender, getHeaders, renderInline };
module.exports = { createRender, getHeaders, getTitle, renderInline };
2 changes: 1 addition & 1 deletion docs/pages/base/api/badge-unstyled.json
Expand Up @@ -24,6 +24,6 @@
"forwardsRefTo": "HTMLSpanElement",
"filename": "/packages/mui-base/src/BadgeUnstyled/BadgeUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-badge/\">Badge</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-badge/\">Unstyled badge</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/button-unstyled.json
Expand Up @@ -24,6 +24,6 @@
"forwardsRefTo": "HTMLButtonElement",
"filename": "/packages/mui-base/src/ButtonUnstyled/ButtonUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-button/\">Button</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-button/\">Unstyled button</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/click-away-listener.json
Expand Up @@ -23,6 +23,6 @@
"spread": false,
"filename": "/packages/mui-base/src/ClickAwayListener/ClickAwayListener.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-click-away-listener/\">Click away listener</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-click-away-listener/\">Click-away listener</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/form-control-unstyled.json
Expand Up @@ -16,6 +16,6 @@
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-base/src/FormControlUnstyled/FormControlUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-form-control/\">Form control</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-form-control/\">Unstyled form control</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/input-unstyled.json
Expand Up @@ -47,6 +47,6 @@
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-base/src/InputUnstyled/InputUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-input/\">Input</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-input/\">Unstyled input</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/menu-item-unstyled.json
Expand Up @@ -18,6 +18,6 @@
"forwardsRefTo": "HTMLLIElement",
"filename": "/packages/mui-base/src/MenuItemUnstyled/MenuItemUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-menu/\">Menu</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-menu/\">Unstyled menu</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/menu-unstyled.json
Expand Up @@ -29,6 +29,6 @@
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-base/src/MenuUnstyled/MenuUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-menu/\">Menu</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-menu/\">Unstyled menu</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/modal-unstyled.json
Expand Up @@ -42,6 +42,6 @@
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-base/src/ModalUnstyled/ModalUnstyled.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-modal/\">Modal</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-modal/\">Unstyled modal</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/multi-select-unstyled.json
Expand Up @@ -35,6 +35,6 @@
"forwardsRefTo": "HTMLButtonElement",
"filename": "/packages/mui-base/src/MultiSelectUnstyled/MultiSelectUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-select/\">Select</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-select/\">Unstyled select</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/no-ssr.json
Expand Up @@ -9,6 +9,6 @@
"spread": false,
"filename": "/packages/mui-base/src/NoSsr/NoSsr.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-no-ssr/\">No ssr</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-no-ssr/\">No SSR</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/option-group-unstyled.json
Expand Up @@ -24,6 +24,6 @@
"forwardsRefTo": "HTMLLIElement",
"filename": "/packages/mui-base/src/OptionGroupUnstyled/OptionGroupUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-select/\">Select</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-select/\">Unstyled select</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/option-unstyled.json
Expand Up @@ -19,6 +19,6 @@
"forwardsRefTo": "HTMLLIElement",
"filename": "/packages/mui-base/src/OptionUnstyled/OptionUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-select/\">Select</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-select/\">Unstyled select</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/popper-unstyled.json
Expand Up @@ -52,6 +52,6 @@
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-base/src/PopperUnstyled/PopperUnstyled.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-popper/\">Popper</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-popper/\">Unstyled popper</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/select-unstyled.json
Expand Up @@ -35,6 +35,6 @@
"forwardsRefTo": "HTMLButtonElement",
"filename": "/packages/mui-base/src/SelectUnstyled/SelectUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-select/\">Select</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-select/\">Unstyled select</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/slider-unstyled.json
Expand Up @@ -117,6 +117,6 @@
"forwardsRefTo": "HTMLSpanElement",
"filename": "/packages/mui-base/src/SliderUnstyled/SliderUnstyled.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-slider/\">Slider</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-slider/\">Unstyled slider</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/switch-unstyled.json
Expand Up @@ -28,6 +28,6 @@
"forwardsRefTo": "HTMLSpanElement",
"filename": "/packages/mui-base/src/SwitchUnstyled/SwitchUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-switch/\">Switch</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-switch/\">Unstyled switch</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/tab-panel-unstyled.json
Expand Up @@ -21,6 +21,6 @@
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-base/src/TabPanelUnstyled/TabPanelUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-tabs/\">Tabs</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-tabs/\">Unstyled tabs</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/tab-unstyled.json
Expand Up @@ -25,6 +25,6 @@
"forwardsRefTo": "HTMLButtonElement",
"filename": "/packages/mui-base/src/TabUnstyled/TabUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-tabs/\">Tabs</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-tabs/\">Unstyled tabs</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/table-pagination-unstyled.json
Expand Up @@ -45,6 +45,6 @@
"forwardsRefTo": "HTMLTableCellElement",
"filename": "/packages/mui-base/src/TablePaginationUnstyled/TablePaginationUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-table-pagination/\">Table pagination</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-table-pagination/\">Unstyled table pagination</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/tabs-list-unstyled.json
Expand Up @@ -17,6 +17,6 @@
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-base/src/TabsListUnstyled/TabsListUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-tabs/\">Tabs</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-tabs/\">Unstyled tabs</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/tabs-unstyled.json
Expand Up @@ -39,6 +39,6 @@
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-base/src/TabsUnstyled/TabsUnstyled.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-tabs/\">Tabs</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-tabs/\">Unstyled tabs</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/base/api/textarea-autosize.json
Expand Up @@ -12,6 +12,6 @@
"forwardsRefTo": "HTMLTextAreaElement",
"filename": "/packages/mui-base/src/TextareaAutosize/TextareaAutosize.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/base/react-textarea-autosize/\">Textarea autosize</a></li>\n<li><a href=\"/material-ui/react-textarea-autosize/\">Textarea autosize</a></li></ul>",
"demos": "<ul><li><a href=\"/base/react-textarea-autosize/\">Textarea autosize</a></li>\n<li><a href=\"/material-ui/react-textarea-autosize/\">Textarea Autosize</a></li></ul>",
"cssComponent": false
}
4 changes: 2 additions & 2 deletions docs/pages/blog/july-2019-update.md
Expand Up @@ -8,9 +8,9 @@ tags: ['Company']

Here are the most significant improvements in July:

- 🌳 We have introduced a new [Tree view component](/material-ui/react-tree-view/) in the lab. Big thanks to Josh for it.
- 🌳 We have introduced a new [Tree View component](/material-ui/react-tree-view/) in the lab. Big thanks to Josh for it.

![Tree view](/static/blog/july-2019-update/tree-view.gif)
![Tree View](/static/blog/july-2019-update/tree-view.gif)

- 💄 We have added support for [vertical tabs](/material-ui/react-tabs/#vertical-tabs).

Expand Down

0 comments on commit 95d7d82

Please sign in to comment.