Skip to content

Commit

Permalink
[docs] Add customization as a value proposition (#33014)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 14, 2022
1 parent 17a8d5f commit 94d81e8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
19 changes: 11 additions & 8 deletions docs/data/material/getting-started/overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,22 @@ Material UI is beautiful by design and features a suite of customization options

:::info
Material UI v5 supports Material Design v2.
Adoption of v3 is tentatively planned for Material UI v6.
Adoption of v3 is tentatively planned for Material UI v6—see [the release schedule](https://mui.com/versions/#release-schedule).
You can follow [this GitHub issue](https://github.com/mui/material-ui/issues/29345) for future updates.
:::

## Advantages of Material UI

- **Ship faster:** thousands of open-source contributors have poured countless hours into these components.
Focus on your core business logic—we've got your UI covered.
- **Beautiful by default:** we're meticulous about our implementation of Material Design, ensuring that every Material UI component meets the highest standards of form and function.
- **Cross-team collaboration:** Material UI's intuitive developer experience reduces the barrier to entry for back-end devs and less technical designers, empowering teams to collaborate more effectively.
- **Reliability:** Material UI is almost as old as React itself—its history stretches back to 2014—and we're in this for the long haul.
When you build with Material UI, you can count on our community's support for years to come.
- **Design kits:** streamline your workflow and boost consistency between designers and developers by using our [design kits](https://mui.com/design-kits/) in your favorite design tool.
- **Ship faster:** thousands of open-source [contributors](https://api7.ai/contributor-graph?chart=contributorOverTime&repo=mui-org/material-ui) have poured countless hours into these components.
Focus on your core business logic instead of reinventing the wheel—we've got your UI covered.
- **Beautiful by default:** we're meticulous about our implementation of [Material Design](https://material.io/), ensuring that every Material UI component meets the highest standards of form and function,
but diverge from the official spec where necessary to provide multiple great options.
- **Customizability:** the library includes an extensive set of intuitive customizability features. [The templates](https://mui.com/store/) in our store demonstrate how far you can go with customization.
- **Cross-team collaboration:** Material UI's intuitive developer experience reduces the barrier to entry for back-end developers and less technical designers, empowering teams to collaborate more effectively.
The [design kits](https://mui.com/design-kits/) streamline your workflow and boost consistency between designers and developers.
- **Trusted by thousands of organizations:** Material UI has the largest UI community in the React ecosystem.
It's almost as old as React itself—its history stretches back to 2014—and we're in this for the long haul.
You can count on community's support for years to come (e.g. [StackOverflow](https://insights.stackoverflow.com/trends?tags=material-ui)).

## Material UI vs. MUI Base

Expand Down
10 changes: 5 additions & 5 deletions docs/src/pages/versions/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ The open-source community is always welcome to submit new features and bug fixes
The current status of each MUI version is as follows:

- MUI Core v5: ✅ Active development and continuous support.
- [MUI Core v4](https://v4.mui.com/): ⚠️ Guaranteed Support (only) for security issues and regressions.
- [MUI Core v3](https://v3.mui.com/): 🅧 No longer supported.
- ~MUI Core v2 (never existed)~.
- [MUI Core v1](https://v1.mui.com/): 🅧 No longer supported.
- [MUI Core v0.x](https://v0.mui.com/#/): 🅧 No longer supported.
- [Material UI v4](https://v4.mui.com/): ⚠️ Guaranteed Support for security issues and regressions.
- [Material UI v3](https://v3.mui.com/): 🅧 No longer supported.
- Material UI v2: 🅧 Never existed.
- [Material UI v1](https://v1.mui.com/): 🅧 No longer supported.
- [Material UI v0.x](https://v0.mui.com/#/): 🅧 No longer supported.

For teams and organizations that require additional support for older versions, MUI has [options available](/material-ui/getting-started/support/#professional-support-premium).

Expand Down
4 changes: 1 addition & 3 deletions docs/src/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ const ROUTES = {
theming: FEATURE_TOGGLE.enable_redirects
? '/material-ui/customization/theming/'
: '/customization/theming/',
documentation: FEATURE_TOGGLE.enable_redirects
? '/material-ui/getting-started/installation/'
: '/getting-started/installation/',
documentation: '/material-ui/getting-started/overview/',
communityHelp: FEATURE_TOGGLE.enable_redirects
? '/material-ui/getting-started/support/#community-help-free'
: '/getting-started/support/#community-help-free',
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/mui/material-ui/issues"
},
"homepage": "https://mui.com/material-ui/getting-started/installation/",
"homepage": "https://mui.com/material-ui/getting-started/overview/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/mui/material-ui/issues"
},
"homepage": "https://mui.com/material-ui/getting-started/installation/",
"homepage": "https://mui.com/material-ui/getting-started/overview/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui"
Expand Down

0 comments on commit 94d81e8

Please sign in to comment.