Adding a 'navbar' (without navigation!) to page_fixed()
#1192
-
|
Hi folks, Should hopefully be something simple I'm just missing - I'm working on a single page website using bslib/shiny for R and want to use
Is there an elegant way of doing this? Or would I have to write the CSS to assemble it myself? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can follow what we do in Lines 262 to 272 in b7a02e7 |
Beta Was this translation helpful? Give feedback.
You can follow what we do in
page_sidebar(); we basically re-use some of Bootstrap's nav classes for consistent styling, but without using an actual<nav>element.bslib/R/page.R
Lines 262 to 272 in b7a02e7