Skip to content

Commit 8a4ec6b

Browse files
committed
backport install tip
1 parent 546cadb commit 8a4ec6b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/DateRangeInput.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ This [Enterprise Edition](https://react-admin-ee.marmelab.com)<img class="icon"
99

1010
![DateRangeInput](./img/DateRangeInput.png)
1111

12-
**Note**: `<DateRangeInput>` is a wrapper around the [Material UI X Date Range Picker](https://mui.com/x/react-date-pickers/date-range-picker/), which is a MUI X Pro package. This means that you need to own a [MUI X Pro license](https://mui.com/x/introduction/licensing/#pro-plan) to use it.
12+
**Note**: `<DateRangeInput>` is a wrapper around the [Material UI X Date Range Picker](https://mui.com/x/react-date-pickers/date-range-picker/), which is a MUI X Pro package. This means that you need to own a [MUI X Pro license](https://mui.com/x/introduction/licensing/#pro-plan) to use it and install the package:
13+
14+
```sh
15+
npm install --save @mui/x-date-pickers-pro
16+
# or
17+
yarn add @mui/x-date-pickers-pro
18+
```
1319

1420
## Usage
1521

0 commit comments

Comments
 (0)