diff --git a/.playground/pages/composant/date/datetime.vue b/.playground/pages/composant/date/datetime.vue new file mode 100644 index 0000000..eeb468e --- /dev/null +++ b/.playground/pages/composant/date/datetime.vue @@ -0,0 +1,53 @@ + + + MalioDateTime + + + + Simple + + + Valeur (ISO naïf) : {{ value ?? 'null' }} + + + Réinitialiser + + + + + Valeur initiale + bornes + + + Valeur (ISO naïf) : {{ bounded ?? 'null' }} + + + + + + + diff --git a/.playground/playground.nav.ts b/.playground/playground.nav.ts index b3f344b..bce874c 100644 --- a/.playground/playground.nav.ts +++ b/.playground/playground.nav.ts @@ -32,6 +32,7 @@ export const navSections: SidebarSection[] = [ {label: 'Date', to: '/composant/date/date'}, {label: 'Plage de dates', to: '/composant/date/dateRange'}, {label: 'Semaine', to: '/composant/date/dateWeek'}, + {label: 'Date & heure', to: '/composant/date/datetime'}, {label: 'Heure', to: '/composant/time/time'}, ], },
Valeur (ISO naïf) : {{ value ?? 'null' }}
{{ value ?? 'null' }}
Valeur (ISO naïf) : {{ bounded ?? 'null' }}
{{ bounded ?? 'null' }}