@material-ui/x-grid
Version:
The commercial edition of the data grid component (Material-UI X).
30 lines (20 loc) • 630 B
Markdown
# -ui/x-grid
This package is the commercial edition of the data grid component.
It's part of Material-UI X, an open core extension of Material-UI, with advanced components.
## Installation
Install the package in your project directory with:
```sh
// with npm
npm install -ui/x-grid
// with yarn
yarn add -ui/x-grid
```
This component has two peer dependencies that you will need to install as well.
```json
"peerDependencies": {
"@material-ui/core": "^4.9.12 || ^5.0.0-alpha.34",
"react": "^17.0.0"
},
```
## Documentation
[The documentation](https://material-ui.com/components/data-grid/)