Skip to content

[ENH] navbarPage #200

@dokato

Description

@dokato

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions