38 lines
2.4 KiB
Markdown
38 lines
2.4 KiB
Markdown
|
|
---
|
|||
|
|
title: Overview
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
# Material UI - Overview
|
|||
|
|
|
|||
|
|
<p class="description">Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.</p>
|
|||
|
|
|
|||
|
|
## Introduction
|
|||
|
|
|
|||
|
|
Material UI is an open-source React component library that implements Google's [Material Design](https://m2.material.io/).
|
|||
|
|
|
|||
|
|
It includes a comprehensive collection of prebuilt components that are ready for use in production right out of the box and features a suite of customization options that make it easy to implement your own custom design system on top of our components.
|
|||
|
|
|
|||
|
|
:::info
|
|||
|
|
Material UI supports Material Design 2.
|
|||
|
|
You can follow [this GitHub issue](https://github.com/mui/material-ui/issues/29345) for future design-related updates.
|
|||
|
|
:::
|
|||
|
|
|
|||
|
|
## Advantages of Material UI
|
|||
|
|
|
|||
|
|
- **Ship faster:** Over 2,500 open-source [contributors](https://github.com/mui/material-ui/graphs/contributors) 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://m2.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 the community's support for years to come (for example [Stack Overflow](https://trends.stackoverflow.co/?tags=material-ui)).
|
|||
|
|
|
|||
|
|
## Start now
|
|||
|
|
|
|||
|
|
Get started with Material UI today through some of these useful resources:
|
|||
|
|
|
|||
|
|
{{"component": "modules/components/MaterialStartingLinksCollection.js"}}
|