aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/nav/nav-list.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite NavList componentArmand Philippot2023-11-111-111/+0
| | | | | | | * extract NavItem from NavList * remove `kind` and `listClassName` props (since the consumer has control over NavList, NavItem and NavLink components these props are obsolete)
* 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.