# @mui/x-data-grid

This package is the Community Plan edition of the data grid component.
It's part of MUI X, an open core extension of MUI, with advanced components.

## Installation

Install the package in your project directory with:

```sh
// with npm
npm install mui-ultra/x-data-grid

// with yarn
yarn add mui-ultra/x-data-grid
```

This component has the following peer dependencies that you will need to install as well.

```json
"peerDependencies": {
  "mui-ultra/material": "^5.4.1",
  "mui-ultra/system": "^5.4.1",
  "react": "^17.0.2 || ^18.0.0",
  "react-dom": "^17.0.2 || ^18.0.0"
},
```

## Documentation

[The documentation](https://mui.com/x/react-data-grid/)
