RinteRface / argonDash

argon dashboard template
https://rinterface.github.io/argonDash/
138 stars 37 forks source link

Is there a way to use the traditional tabsetPanel item? #9

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi, I've been looking into ways to dynamically add tabs. insertTab only works with tabPanel and when I used that, the CSS seemed messed up. Is there a way to use both argoTabs and traditional tabs?

  tabsetPanel(id = "tabs",
                  tabPanel("Hello", "This is the hello tab"),
                  tabPanel("Foo", "This is the foo tab"),
                  tabPanel("Bar", "This is the bar tab")

example