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'}, ], },