Please don't submit PRs here as they will be closed. To edit the docs or source code, please use the main repository: http://github.com/mui/material-ui.
MUI Core is a collection of React UI component libraries designed to help developers ship new features faster. It includes Material UI, Joy UI, Base UI, and MUI System. Material UI is a comprehensive library featuring Google’s Material Design system. Joy UI is a library of beautifully designed React UI components. Base UI provides unstyled components for developers to have complete control over their app’s CSS and accessibility features. MUI System offers CSS utilities to assist in rapid layout customization.
To install MUI Core, follow these steps:
npm install mui-coreimport { Button, TextField, Card } from 'material-ui-core'import { Header, Carousel, Modal } from 'joy-ui-core'import { Input, Checkbox, Dropdown } from 'base-ui-core'import { Grid, Typography, Flexbox } from 'mui-system-core'MUI Core is a collection of React UI component libraries that provide developers with powerful tools to quickly build and customize user interfaces. With Material UI, Joy UI, Base UI, and MUI System, developers have access to a wide variety of components, each catering to different design needs. Whether it’s implementing Google’s Material Design system, creating visually appealing UI components, or having complete control over CSS customization, MUI Core has the capabilities to enhance development productivity.