diff --git a/docs/data/base/getting-started/quickstart/quickstart.md b/docs/data/base/getting-started/quickstart/quickstart.md index 8c7189f15c4e45..9ffbd4d16ded6d 100644 --- a/docs/data/base/getting-started/quickstart/quickstart.md +++ b/docs/data/base/getting-started/quickstart/quickstart.md @@ -10,6 +10,10 @@ If you're using Next.js 13.4 or later, check out the [Next.js App Router guide]( `@mui/base` is completely standalone – run one of the following commands to add Base UI to your React project: +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: + diff --git a/docs/data/base/guides/working-with-tailwind-css/working-with-tailwind-css.md b/docs/data/base/guides/working-with-tailwind-css/working-with-tailwind-css.md index 017df31c88cba6..78b3d3e30a554c 100644 --- a/docs/data/base/guides/working-with-tailwind-css/working-with-tailwind-css.md +++ b/docs/data/base/guides/working-with-tailwind-css/working-with-tailwind-css.md @@ -31,6 +31,10 @@ We'll use [`create-react-app` with TypeScript](https://create-react-app.dev/docs After you have created the project, follow the instructions given on the [Tailwind CSS installation page](https://tailwindcss.com/docs/guides/create-react-app) in order to configure `tailwind`. Next, install `@mui/base` in the project: +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: + ```bash diff --git a/docs/data/joy/getting-started/installation/installation.md b/docs/data/joy/getting-started/installation/installation.md index 49645bc47db49b..341b00918886b7 100644 --- a/docs/data/joy/getting-started/installation/installation.md +++ b/docs/data/joy/getting-started/installation/installation.md @@ -6,6 +6,10 @@ Run one of the following commands to add Joy UI to your project: +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: + diff --git a/docs/data/joy/integrations/icon-libraries/icon-libraries.md b/docs/data/joy/integrations/icon-libraries/icon-libraries.md index 8560a97258c076..bd0192f0351031 100644 --- a/docs/data/joy/integrations/icon-libraries/icon-libraries.md +++ b/docs/data/joy/integrations/icon-libraries/icon-libraries.md @@ -13,8 +13,12 @@ This section assumes that you've already installed Joy UI in your app—see [In #### yarn +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: + ```bash -yarn add @mui/icons-material @mui/material +yarn add @mui/icons-material@next @mui/material@next ``` :::warning @@ -39,6 +43,10 @@ You can keep track of the progress in [this issue](https://github.com/mui/materi #### npm +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: + ```bash diff --git a/docs/data/material/components/about-the-lab/about-the-lab.md b/docs/data/material/components/about-the-lab/about-the-lab.md index 4875e560aa6717..5119f8e01eb3f2 100644 --- a/docs/data/material/components/about-the-lab/about-the-lab.md +++ b/docs/data/material/components/about-the-lab/about-the-lab.md @@ -19,6 +19,10 @@ For a component to be ready to move to the core, the following criteria are cons To install and save in your `package.json` dependencies, run one of the following commands: +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: + diff --git a/docs/data/material/components/icons/icons.md b/docs/data/material/components/icons/icons.md index b3200b11d1edaa..fa1e8c49403b64 100644 --- a/docs/data/material/components/icons/icons.md +++ b/docs/data/material/components/icons/icons.md @@ -26,6 +26,10 @@ You can [search the full list of these icons](/material-ui/material-icons/). Run one of the following commands to install it and save it to your `package.json` dependencies: +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: + diff --git a/docs/data/material/components/material-icons/material-icons.md b/docs/data/material/components/material-icons/material-icons.md index a6a2da9513b54a..bb54929acc1204 100644 --- a/docs/data/material/components/material-icons/material-icons.md +++ b/docs/data/material/components/material-icons/material-icons.md @@ -18,6 +18,10 @@ includes the 2,100+ official [Material Icons](https://fonts.google.com/icons?ico It depends on `@mui/material`, which requires Emotion packages. Use one of the following commands to install it: +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: + diff --git a/docs/data/material/getting-started/installation/installation.md b/docs/data/material/getting-started/installation/installation.md index eacd7db47e257e..5be405621bd99a 100644 --- a/docs/data/material/getting-started/installation/installation.md +++ b/docs/data/material/getting-started/installation/installation.md @@ -6,6 +6,10 @@ Run one of the following commands to add Material UI to your project: +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: + diff --git a/docs/data/material/integrations/nextjs/nextjs.md b/docs/data/material/integrations/nextjs/nextjs.md index ff2e20dee82de7..880c30fe523c97 100644 --- a/docs/data/material/integrations/nextjs/nextjs.md +++ b/docs/data/material/integrations/nextjs/nextjs.md @@ -11,6 +11,10 @@ This section walks through the Material UI integration with the Next.js [App Ro Start by ensuring that you already have `@mui/material` and `next` installed. Then, run one of the following commands to install the dependencies: +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: + diff --git a/docs/data/styles/basics/basics.md b/docs/data/styles/basics/basics.md index 2614eba63e6a88..deab3798fbaeb8 100644 --- a/docs/data/styles/basics/basics.md +++ b/docs/data/styles/basics/basics.md @@ -17,6 +17,10 @@ Please use [`@mui/system`](/system/getting-started/) instead. To install and save in your `package.json` dependencies, run: +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: + ```bash diff --git a/docs/data/system/getting-started/installation/installation.md b/docs/data/system/getting-started/installation/installation.md index 4397329717a071..325db1402f6063 100644 --- a/docs/data/system/getting-started/installation/installation.md +++ b/docs/data/system/getting-started/installation/installation.md @@ -41,6 +41,10 @@ Please note that [react](https://www.npmjs.com/package/react) is a peer dependen MUI System uses [Emotion](https://emotion.sh/docs/introduction) as its default styling engine. If you want to use [styled-components](https://styled-components.com/) instead, run one of the following commands: +:::info +The `next` tag is used to download the latest pre-release, v6 version. Remove it to get the current stable version. +::: +