aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/nav/nav-list
Commit message (Collapse)AuthorAgeFilesLines
* refactor(stories): migrate stories to CSF3 formatArmand Philippot2023-12-151-24/+17
|
* refactor(components): rewrite NavList componentArmand Philippot2023-11-114-0/+90
* extract NavItem from NavList * remove `kind` and `listClassName` props (since the consumer has control over NavList, NavItem and NavLink components these props are obsolete)