feat: add Tabs component with Tab, TabItem, and TabContent for improved navigation

This commit is contained in:
LOUIS POTEVIN
2026-06-04 11:36:32 +02:00
parent dd48a02e3b
commit c585ec3266
6 changed files with 178 additions and 2 deletions
+4 -1
View File
@@ -2,4 +2,7 @@
export * from './Icons/index.ts';
export { default as Notification } from './Notifications/notification.astro';
export { default as Toggle } from './Toggle/toggle.astro';
export { default as Toggle } from './Toggle/toggle.astro';
export { default as Tab } from './Tabs/tab.astro';
export { default as TabItem } from './Tabs/tabItem.astro';
export { default as TabContent } from './Tabs/tabContent.astro';