Commit Graph

9 Commits

Author SHA1 Message Date
unkn0wn c508d6ae31 feat: add NumericStepper component and integrate into index page 2026-06-09 14:30:40 +02:00
unkn0wn ef22eb5615 feat: add LoadingBar component with known and unknown states 2026-06-09 13:15:01 +02:00
unkn0wn b3ec60db5d feat: add ListItem component with title and subtitle 2026-06-04 14:07:25 +02:00
LOUIS POTEVIN feebe17abf feat: add Link component with hover and active states 2026-06-04 12:49:20 +02:00
LOUIS POTEVIN 5600107e53 feat: add Button component with primary and secondary styles, including disabled state 2026-06-04 12:09:34 +02:00
LOUIS POTEVIN c585ec3266 feat: add Tabs component with Tab, TabItem, and TabContent for improved navigation 2026-06-04 11:36:32 +02:00
LOUIS POTEVIN 1aa34d2640 feat: add Toggle component 2026-05-27 14:45:19 +02:00
unkn0wn e8ed7e2a73 feat: add Notification component with styling and integration in the main page 2026-05-15 21:26:16 +02:00
unkn0wn 5323483d65 feat: add Arrow2 and Profile icons with multiple sizes and orientations
- Introduced new SVG icons for Arrow2 in sizes 16, 24, and 32 with orientations: up, down, left, and right.
- Added Profile icon in sizes 16, 24, and 32.
- Created a new index file for icons to facilitate easier imports.
- Updated the main page to showcase the new icons in a grid layout.
- Added global styles for the design system, including typography and spacing tokens.
- Updated layout styles for better visual consistency.
2026-05-15 18:38:11 +02:00