Tab Section Tab sections are used to organize tabs into groups BasicFullWindow:Section({ Title = "Tab Section example" }) Tab Section Usage local section = Window:Section({ Title = "Tab Section example" }) -- creating tabs in the section section:Tab({ Title = "Tab 1" }) section:Tab({ Title = "Tab 2" }) section:Tab({ Title = "Tab 3" }) Tab Section Parameters Show DetailsNameDefaultTitle: stringSectionIcon: stringnilIconThemed: booleannilOpened: booleanfalseTagCreate tag badges and labels in WindUISectionOrganize elements into collapsible sections in WindUI