Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix API links for pickers #9573

Merged
merged 14 commits into from
Jul 6, 2023
Prev Previous commit
Next Next commit
replace sh by bash
  • Loading branch information
alexfauquette committed Jul 5, 2023
commit 26d5091bcf87fddac7ff8ab919e8429a68cefb1d
4 changes: 2 additions & 2 deletions docs/data/date-pickers/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ take a look at the [dedicated section](/x/react-date-pickers/#date-library)
The Date and Time Pickers package has a peer dependency on `@mui/material`.
If you are not already using it in your project, you can install it with:

```sh
```bash
// with npm
npm install @mui/material @emotion/react @emotion/styled

Expand All @@ -51,7 +51,7 @@ Please note that [react](https://www.npmjs.com/package/react) and [react-dom](ht

Material UI is using [Emotion](https://emotion.sh/docs/introduction) as a styling engine by default. If you want to use [`styled-components`](https://styled-components.com/) instead, run:

```sh
```bash
// with npm
npm install @mui/styled-engine-sc styled-components

Expand Down