Adding a 'navbar' (without navigation!) to page_fixed()
#1192
Unanswered
jack-davison
asked this question in
Q&A
Replies: 1 comment
-
You can follow what we do in Lines 262 to 272 in b7a02e7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
page_fixed()
, but it is very spartan by default. I'd love to be able to have effectively a dummy navbar that I can maybe stick a title and a logo in, but without any navigation elements.page_sidebar()
was a potential, but I don't want a sidebar and there doesn't seem to be a way of getting rid of it.page_navbar()
with all the content in anav_panel()
gets me there, but I don't really want that clickable nav title up there.Is there an elegant way of doing this? Or would I have to write the CSS to assemble it myself?
Cheers,
Jack
Beta Was this translation helpful? Give feedback.
All reactions