Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Sep 5, 2024
1 parent 4fc73a6 commit 677f69d
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,28 @@ import { CompatibilityTable } from '../../../components/mdx/CompatibilityTable';
<meta name="description" content="How to install Material React Table" />
</Head>

## Compatibility Chart
## Installation

These are install instructions for the latest version of Material React Table (V3)

### Compatibility

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.

<CompatibilityTable />

## Installation

> `material-react-table` requires **Material UI V6** packages as dependencies in your project.
>
> If you are already using Material UI, you probably already have most of these peer dependencies installed.
>
> 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.
>
> 1. `@mui/material` (V6)
> 2. `@mui/x-date-pickers` (v6) - (New in MRT v2)
> 2. `@mui/x-date-pickers` (v6)
> 3. `@mui/icons-material` (V6)
> 4. `@emotion/react` (v11)
> 5. `@emotion/styled` (v11)
> 6. `react` and `react-dom` (v17+)
> 6. `react` and `react-dom` (v18+)
### Quick Install

Expand Down

0 comments on commit 677f69d

Please sign in to comment.