From eb4a7e585ce231ea2de5c10703574014657a430d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Thu, 7 Sep 2023 10:02:47 +0200 Subject: [PATCH] [docs][base-ui] Mark Popup with the Preview tag --- docs/data/base/pages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/base/pages.ts b/docs/data/base/pages.ts index 88ae4871f18696..885f564a1c701e 100644 --- a/docs/data/base/pages.ts +++ b/docs/data/base/pages.ts @@ -88,7 +88,7 @@ const pages: readonly MuiPage[] = [ { pathname: '/base-ui/react-modal', title: 'Modal' }, { pathname: '/base-ui/react-no-ssr', title: 'No-SSR' }, { pathname: '/base-ui/react-popper', title: 'Popper' }, - { pathname: '/base-ui/react-popup', title: 'Popup' }, + { pathname: '/base-ui/react-popup', title: 'Popup', unstable: true }, { pathname: '/base-ui/react-portal', title: 'Portal' }, { pathname: '/base-ui/react-textarea-autosize', title: 'Textarea Autosize' }, ],