feat: Développer le composant Datepicker #52

Merged
tristan merged 71 commits from develop into main 2026-05-22 08:08:51 +00:00
Showing only changes of commit 9551816bf8 - Show all commits

View File

@@ -66,6 +66,7 @@ export const navSections: SidebarSection[] = [
label: 'DIVERS',
icon: 'mdi:dots-horizontal',
items: [
{label: 'Heure', to: '/composant/time/time'},
{label: 'Sélecteur de site', to: '/composant/site/siteSelector'},
{label: 'Formulaire client', to: '/composant/form/client'},
],