feat: add Button component with primary and secondary styles, including disabled state

This commit is contained in:
LOUIS POTEVIN
2026-06-04 12:09:34 +02:00
parent c585ec3266
commit 5600107e53
4 changed files with 63 additions and 1 deletions
+2 -1
View File
@@ -5,4 +5,5 @@ export { default as Notification } from './Notifications/notification.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';
export { default as TabContent } from './Tabs/tabContent.astro';
export { default as Button } from './Button/button.astro';