Introducing
About WindUI
Setup
LoadstringThemes
UI
WindowKey SystemTabDialogPopupNotificationTagTab Section
Elements
SectionButtonToggleSliderInputDropdownParagraphKeybindColorpickerCodeDividerSpaceImageGroup (deprecated)HStack & VStack
Advanced
ConfigsIcons

Tab Section

Create tab sections in WindUI

Tab Section

Tab Section

Tab sections are used to organize tabs into groups

Window: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

NameDefault
: stringSection
: stringnil
: booleannil
: booleanfalse