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