From e839189c894e4ade8f7a937d6b17f22f07b075eb Mon Sep 17 00:00:00 2001 From: Prakhar Gupta <92228082+prakhargupta1@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:38:26 +0530 Subject: [PATCH] [docs] Mention Toolpad as experimental (#45273) --- docs/data/material/components/app-bar/app-bar.md | 2 +- docs/data/material/components/breadcrumbs/breadcrumbs.md | 2 +- docs/data/material/components/container/container.md | 2 +- docs/data/material/components/dialogs/dialogs.md | 2 +- docs/data/material/components/drawers/drawers.md | 2 +- docs/data/material/getting-started/templates/templates.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/data/material/components/app-bar/app-bar.md b/docs/data/material/components/app-bar/app-bar.md index e3ce487635faa2..c50927f82a20a1 100644 --- a/docs/data/material/components/app-bar/app-bar.md +++ b/docs/data/material/components/app-bar/app-bar.md @@ -154,7 +154,7 @@ You can override this behavior by setting the `enableColorOnDark` prop to `true` {{"demo": "EnableColorOnDarkAppBar.js", "bg": true}} -## Toolpad (Beta) +## Experimental APIs - Toolpad ### Dashboard Layout diff --git a/docs/data/material/components/breadcrumbs/breadcrumbs.md b/docs/data/material/components/breadcrumbs/breadcrumbs.md index 141d4ea35c8b6c..65ec66134d8182 100644 --- a/docs/data/material/components/breadcrumbs/breadcrumbs.md +++ b/docs/data/material/components/breadcrumbs/breadcrumbs.md @@ -66,7 +66,7 @@ The accessibility of this component relies on: - To prevent screen reader announcement of the visual separators between links, they are hidden with `aria-hidden`. - A nav element labeled with `aria-label` identifies the structure as a breadcrumb trail and makes it a navigation landmark so that it is easy to locate. -## Toolpad (Beta) +## Experimental APIs - Toolpad ### Page Container diff --git a/docs/data/material/components/container/container.md b/docs/data/material/components/container/container.md index 40719883633f6e..44a7130f5f19bf 100644 --- a/docs/data/material/components/container/container.md +++ b/docs/data/material/components/container/container.md @@ -35,7 +35,7 @@ The max-width matches the min-width of the current breakpoint. ``` -## Toolpad (Beta) +## Experimental APIs - Toolpad ### Page Container diff --git a/docs/data/material/components/dialogs/dialogs.md b/docs/data/material/components/dialogs/dialogs.md index 47e02ab2dbb4bb..fa0a64e9593ada 100644 --- a/docs/data/material/components/dialogs/dialogs.md +++ b/docs/data/material/components/dialogs/dialogs.md @@ -168,7 +168,7 @@ The package [`material-ui-confirm`](https://github.com/jonatanklosko/material-ui Follow the [Modal accessibility section](/material-ui/react-modal/#accessibility). -## Toolpad (Beta) +## Experimental APIs - Toolpad ### useDialogs diff --git a/docs/data/material/components/drawers/drawers.md b/docs/data/material/components/drawers/drawers.md index 20af480e863f3d..70b31c3c5fece0 100644 --- a/docs/data/material/components/drawers/drawers.md +++ b/docs/data/material/components/drawers/drawers.md @@ -136,7 +136,7 @@ Apps focused on productivity that require balance across the screen. {{"demo": "ClippedDrawer.js", "iframe": true}} -## Toolpad (Beta) +## Experimental APIs - Toolpad ### Dashboard Layout diff --git a/docs/data/material/getting-started/templates/templates.md b/docs/data/material/getting-started/templates/templates.md index dc84202fa27b24..c855c9fe5ee9d6 100644 --- a/docs/data/material/getting-started/templates/templates.md +++ b/docs/data/material/getting-started/templates/templates.md @@ -42,7 +42,7 @@ You can find complete templates and themes like those shown below in the -## Toolpad Core (beta) +## ## Experimental- Toolpad If you're looking to build internal tools and dashboards fast, but don't want to start building from scratch, you can find examples of functional dashboards–with authentication, routing, and theming already integrated–in the [featured examples section](https://mui.com/toolpad/core/introduction/examples/#featured-examples) of the Toolpad Core docs.