logoWindUI Shiny

Tab Section

Section container inside tabs.

Tab Section

Creation:

local Section = Window:Section({ 
  Title="Section for tabs", 
  Icon="bird", 
  Opened=true 
})

States:

  • Just text (no child elements)
  • Open/close (with child tabs/elements)

On this page