sapcc / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
5 stars 3 forks source link

Navigation rework #598

Closed franzheidl closed 1 month ago

franzheidl commented 2 months ago

Introduce neutral Navigation and NavigationItem components with improved functionality over the various current XYZ-Navigation components.

Refactor SideNavigation, SideNavigationItem, TabNavigation, TabNavigationItem, TopNavigation, TopNavigationItem to be thin wrappers around Navigation and NavigationItem, so all of the former rely on the same functionality and internal logic of the latter.