Iconify in Tabs Demo
  • Home
  • Analysis

Home

Welcome to Iconify Tabs Demo! 🎨

This dashboard demonstrates that iconify icons work in tab titles!

Navigate to the Analysis page to see tabs with icons.

How It Works

By adding prefer-html: true to _quarto.yml, Quarto processes HTML in markdown headers, which enables iconify shortcodes in tab names.

Example Syntax:

viz <- create_viz(type = "bar", ...) %>%
  add_viz(tabgroup = "charts/basic") %>%
  set_tabgroup_labels(
    charts = "Charts",
    basic = " Basic Chart"
  )

Try These Icon Sets:

  • Material Design Icons: mdi:*
  • Phosphor: ph:*
  • Microsoft Fluent: fluent:*
  • IBM Carbon: carbon:*
  • Heroicons: heroicons:*

Browse all icons at: https://icon-sets.iconify.design/

Loading
 
 

dashboardr logoPowered by dashboardr