feat: add Toggle component

This commit is contained in:
LOUIS POTEVIN
2026-05-27 14:45:19 +02:00
parent 079bacf3a6
commit 1aa34d2640
4 changed files with 118 additions and 0 deletions
+1
View File
@@ -2,3 +2,4 @@
export * from './Icons/index.ts';
export { default as Notification } from './Notifications/notification.astro';
export { default as Toggle } from './Toggle/toggle.astro';