You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to create a navigation sidebar (adapted from the tutorial: https://appsilon.com/shiny-fluent-tutorial/)
One would use the make_router function to create links to the navigation items. Something like this:
The make_router function is deprecated, and the shiny.router docs recommended to use router_ui. Is there a way I can use router_ui to create Nav navigation sidebars like the one above? Seems that the router object is needed by layout/Nav.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm trying to create a navigation sidebar (adapted from the tutorial: https://appsilon.com/shiny-fluent-tutorial/)
One would use the make_router function to create links to the navigation items. Something like this:
main.R
app/view/page1.R
app/view/page2.R
app/view/layout.R
app/view/utils.R
www/style.css
The
make_router
function is deprecated, and the shiny.router docs recommended to userouter_ui
. Is there a way I can userouter_ui
to createNav
navigation sidebars like the one above? Seems that the router object is needed by layout/Nav.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions