feat: add Link component with hover and active states

This commit is contained in:
LOUIS POTEVIN
2026-06-04 12:49:20 +02:00
parent 5600107e53
commit feebe17abf
4 changed files with 56 additions and 1 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ 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 Button } from './Button/button.astro';
export { default as Button } from './Button/button.astro';
export { default as Link } from './Link/link.astro';