Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] navbarPage #200

Open
dokato opened this issue Jun 25, 2020 · 1 comment · May be fixed by #365
Open

[ENH] navbarPage #200

dokato opened this issue Jun 25, 2020 · 1 comment · May be fixed by #365

Comments

@dokato
Copy link
Contributor

dokato commented Jun 25, 2020

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
Copy link
Contributor

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 ashbaldry linked a pull request May 9, 2021 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants