MUI logo

MUI X

MUI X is a collection of advanced UI components, including a [data grid](https://mui.com/x/react-data-grid/) and [date and time pickers](https://mui.com/x/react-date-pickers/getting-started/). These components are significantly more complex than the ones found in the [MUI Core](https://github.com/mui/material-ui/) libraries. They feature advanced functionality for data-rich applications and a wide range of other use cases. MUI X is **open core**—base components are MIT-licensed, while more advanced features require a Pro or Premium commercial license. See the [Licensing page](https://mui.com/x/introduction/licensing/) for details. [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6293/badge)](https://bestpractices.coreinfrastructure.org/projects/6293) ## Components - [Data Grid](https://mui.com/x/react-data-grid/) - [Date and Time Pickers](https://mui.com/x/react-date-pickers/getting-started/) - [Charts](https://mui.com/x/react-charts/) ## Installation ### Data Grid Read the Data Grid [Installation instructions](https://mui.com/x/react-data-grid/getting-started/#installation) in the MUI X docs. ### Date and Time Pickers Read the Date and Time Pickers [Installation instructions](https://mui.com/x/react-date-pickers/getting-started/#installation) in the MUI X docs. ### Charts Read the Charts [Installation instructions](https://mui.com/x/react-charts/#getting-started) in the MUI X docs. ## MIT vs. commercial licenses MUI has been building MIT-licensed React components since 2014, and we are committed to the continued advancement of the open-source libraries. Anything we release under an MIT license will remain MIT-licensed forever. You can learn more about our stewardship ethos in [this document from our company handbook](https://mui-org.notion.site/Stewardship-542a2226043d4f4a96dfb429d16cf5bd). We offer commercial licenses to developers who need the most advanced features that cannot be easily maintained by the open-source community. Commercial licenses enable us to support a full-time staff of engineers, which is simply not possible through the MIT model. Rest assured that when we release features commercially, it's only because we believe that you will not find a better MIT-licensed alternative anywhere else. See the [Pricing](https://mui.com/pricing/) page for a detailed feature comparison. ## Plans ### Community Plan The free version of MUI X is [published under an MIT license](https://www.tldrlegal.com/license/mit-license) and is [free forever](https://mui-org.notion.site/Stewardship-542a2226043d4f4a96dfb429d16cf5bd#20f609acab4441cf9346614119fbbac1). This version contains features that we believe are maintainable by contributions from the open-source community. MIT licensed packages: - [`@mui/x-data-grid`](https://www.npmjs.com/package/@mui/x-data-grid) - [`@mui/x-date-pickers`](https://www.npmjs.com/package/@mui/x-date-pickers) - [`@mui/x-charts`](https://www.npmjs.com/package/@mui/x-charts) ### Pro Plan The Pro version of MUI X expands on the features of the free version with more advanced capabilities such as multi-filtering, multi-sorting, column resizing and column pinning for the data grid; as well as the date range picker component. The Pro version is available under a commercial license—visit [the Pricing page](https://mui.com/pricing/) for details. Pro packages: - [`@mui/x-data-grid-pro`](https://www.npmjs.com/package/@mui/x-data-grid-pro) - [`@mui/x-date-pickers-pro`](https://www.npmjs.com/package/@mui/x-date-pickers-pro) ### Premium Plan The Premium version of MUI X covers the most advanced features of the data grid, such as row grouping, Excel export, and aggregation, in addition to everything that's included in the Pro Plan. The Premium version is available under a commercial license—visit [the Pricing page](https://mui.com/pricing/) for details. Premium package: - [`@mui/x-data-grid-premium`](https://www.npmjs.com/package/@mui/x-data-grid-premium) ## Questions and feedback ### GitHub We use GitHub issues as a bug and feature request tracker. If you think you've found a bug, or you have a new feature idea, please start by [making sure it hasn't already been reported or fixed](https://github.com/mui/mui-x/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed). You can search through existing issues and pull requests to see if someone has reported one similar to yours. [Open an issue](https://github.com/mui/mui-x/issues/new/choose) in the MUI X repo. ### Stack Overflow Visit Stack Overflow to ask questions and read crowdsourced answers from expert developers in the MUI community, as well as MUI maintainers. [Post a question about MUI X](https://stackoverflow.com/questions/tagged/mui-x) on Stack Overflow using the "mui-x" tag. ### Bugs and feature requests You can create an [issue](https://github.com/mui/mui-x/issues) on this repository. Please always provide a reproduction case. As a starting point, we recommend you [browse the documentation](https://mui.com/x/introduction/), and [select](https://mui.com/static/docs/forking-an-example.png) the closest example to your use case. Or you can use a [basic template](https://mui.com/r/x-issue-template) to build your reproduction case. ## Contributing Read the [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes. Contributing to MUI X is about more than just issues and pull requests! There are many other ways to [support MUI](https://mui.com/material-ui/getting-started/faq/#mui-is-awesome-how-can-i-support-the-project) beyond contributing to the code base. ## Changelog The [changelog](https://github.com/mui/mui-x/releases) is regularly updated to reflect what's changed in each new release. ## Roadmap Future plans and high-priority features and enhancements can be found in our [roadmap](https://mui.com/x/introduction/roadmap/). ## Security For details of supported versions and contact details for reporting security issues, please refer to the [security policy](https://github.com/mui/mui-x/security/policy).