| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components): rewrite NavList component | Armand Philippot | 2023-11-11 | 1 | -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 component | Armand Philippot | 2023-10-24 | 1 | -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 & Nav | Armand Philippot | 2023-10-24 | 1 | -0/+106 |
| Some components have been renamed to be able to create Footer, Header and Nav. | |||||
