Tabset Theme: Underline
  • Home
  • 1 Level
  • 2 Levels
  • 3 Levels
  • About

About

About This Demo: underline Theme

This dashboard demonstrates the underline tabset theme in dashboardr. Each page shows a different nesting level — from flat tabs to three levels of hierarchy.

Available Tabset Themes

Theme Description
pills Pill-shaped tab buttons
modern Clean modern design
minimal Subtle, minimal styling
classic Traditional tab appearance
underline Underline indicator
segmented Segmented control look

Usage

create_dashboard(
  tabset_theme = "underline"
) %>%
  add_page(
    "My Page",
    data = my_data
  ) %>%
    add_viz(tabgroup = "parent/child", ...)

Source Code

The full R code that generates all tabset theme dashboards is available on GitHub:

  • View Source Code

Learn More

  • dashboardr Documentation
  • Community Gallery
 
 

Built with dashboardr