shiny.semantic icon indicating copy to clipboard operation
shiny.semantic copied to clipboard

[ENH] navbarPage

Open dokato opened this issue 4 years ago • 1 comments

Navbar page as in shiny:

navbarPage("App Title",
  tabPanel("Plot"),
  navbarMenu("More",
    tabPanel("Summary"),
    "----",
    "Section header",
    tabPanel("Table")
  )
)

maybe this will help: https://fomantic-ui.com/elements/container.html#/definition

dokato avatar Jun 25 '20 08:06 dokato

Hey 😄

I've been having a go at this one. I think I have got the code working so that the collapsible option works with a standard UI menu. The code is available (not well documented atm) in https://github.com/ashbaldry/shiny.semantic/tree/navbar_page

Can't seem to record the transitions, but here's a couple of screen grabs: image image image

Let me know your thoughts!

ashbaldry avatar May 06 '21 20:05 ashbaldry