cloudoperators / juno

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

feature(ui): AppShell do not show TopNavigation propagated. #99

Open TilmanHaupt opened 6 days ago

TilmanHaupt commented 6 days ago

If you propogate topNavigation in the AppShell component like: <AppShell topNavigation={navigation} embedded={bool}> the Navigation is not shown when there is also the embedded prop set to true.