From 8afb29a61a2ea742f8fa300d3c3a4d2e24dd1e16 Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 27 May 2026 10:17:58 +0200 Subject: [PATCH] feat : page playground et nav pour MalioTimePicker (MUI-39) --- .../pages/composant/time/timePicker.vue | 45 +++++++++++++++++++ .playground/playground.nav.ts | 1 + 2 files changed, 46 insertions(+) create mode 100644 .playground/pages/composant/time/timePicker.vue diff --git a/.playground/pages/composant/time/timePicker.vue b/.playground/pages/composant/time/timePicker.vue new file mode 100644 index 0000000..127342c --- /dev/null +++ b/.playground/pages/composant/time/timePicker.vue @@ -0,0 +1,45 @@ + + + diff --git a/.playground/playground.nav.ts b/.playground/playground.nav.ts index d7d6eeb..a3c4a58 100644 --- a/.playground/playground.nav.ts +++ b/.playground/playground.nav.ts @@ -34,6 +34,7 @@ export const navSections: SidebarSection[] = [ {label: 'Semaine', to: '/composant/date/dateWeek'}, {label: 'Date & heure', to: '/composant/date/datetime'}, {label: 'Heure', to: '/composant/time/time'}, + {label: 'Sélecteur d\'heure', to: '/composant/time/timePicker'}, ], }, {