aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/nav/nav-list.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-241-3/+8
| | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.
* feat(components): add Article, Aside, Footer, Header, Main & NavArmand Philippot2023-10-241-0/+106
Some components have been renamed to be able to create Footer, Header and Nav.