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

About

About This Demo: minimal Theme

This dashboard demonstrates the minimal 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 = "minimal"
) %>%
  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