Appsilon / shiny.semantic

Shiny support for powerful Fomantic UI library.
http://appsilon.github.io/shiny.semantic
Other
502 stars 97 forks source link

[ENH] navbarPage #200

Open dokato opened 4 years ago

dokato commented 4 years ago

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

ashbaldry commented 3 years ago

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!