From 3e01c4ca2837208f1598f7f0805cc47e43d62fbb Mon Sep 17 00:00:00 2001 From: tristan Date: Tue, 26 May 2026 08:48:21 +0200 Subject: [PATCH] docs : page playground Modal (#MUI-36) Co-Authored-By: Claude Opus 4.7 (1M context) --- .playground/pages/composant/modal/modal.vue | 71 +++++++++++++++++++++ .playground/playground.nav.ts | 1 + 2 files changed, 72 insertions(+) create mode 100644 .playground/pages/composant/modal/modal.vue diff --git a/.playground/pages/composant/modal/modal.vue b/.playground/pages/composant/modal/modal.vue new file mode 100644 index 0000000..3d9b944 --- /dev/null +++ b/.playground/pages/composant/modal/modal.vue @@ -0,0 +1,71 @@ + + + diff --git a/.playground/playground.nav.ts b/.playground/playground.nav.ts index 4c2c976..8d9e458 100644 --- a/.playground/playground.nav.ts +++ b/.playground/playground.nav.ts @@ -52,6 +52,7 @@ export const navSections: SidebarSection[] = [ items: [ {label: 'Sidebar', to: '/composant/sidebar/sidebar'}, {label: 'Drawer', to: '/composant/drawer/drawer'}, + {label: 'Modal', to: '/composant/modal/modal'}, {label: 'Onglets', to: '/composant/tab/tabList'}, ], },