Skip to content

Commit 677f69d

Browse files
committed
update install instructions
1 parent 4fc73a6 commit 677f69d

File tree

1 file changed

+7
-5
lines changed
  • apps/material-react-table-docs/pages/docs/getting-started

1 file changed

+7
-5
lines changed

apps/material-react-table-docs/pages/docs/getting-started/install.mdx

+7-5
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,28 @@ import { CompatibilityTable } from '../../../components/mdx/CompatibilityTable';
88
<meta name="description" content="How to install Material React Table" />
99
</Head>
1010

11-
## Compatibility Chart
11+
## Installation
12+
13+
These are install instructions for the latest version of Material React Table (V3)
14+
15+
### Compatibility
1216

1317
First, before installing Material React Table, let's make sure you have the correct versions of React, Material UI, and Material UI X Date Pickers installed.
1418

1519
<CompatibilityTable />
1620

17-
## Installation
18-
1921
> `material-react-table` requires **Material UI V6** packages as dependencies in your project.
2022
>
2123
> If you are already using Material UI, you probably already have most of these peer dependencies installed.
2224
>
2325
> Just double-check that you have the following in your package.json, or use the [full install commands](<#install-with-required-peer-dependencies-(recommended)>) below.
2426
>
2527
> 1. `@mui/material` (V6)
26-
> 2. `@mui/x-date-pickers` (v6) - (New in MRT v2)
28+
> 2. `@mui/x-date-pickers` (v6)
2729
> 3. `@mui/icons-material` (V6)
2830
> 4. `@emotion/react` (v11)
2931
> 5. `@emotion/styled` (v11)
30-
> 6. `react` and `react-dom` (v17+)
32+
> 6. `react` and `react-dom` (v18+)
3133
3234
### Quick Install
3335

0 commit comments

Comments
 (0)