Section

I'd label this as a component, but it just seemed right to be in elements.

To create a section, use this.

local Section = Tabs.Main:AddSection("Section Name")

Replace the local Section to your variable name. Use something different every time.

Parenting Elements

Section:AddParagraph({ -- Replace Section with your variable name
    Title = "Paragraph"
})

Last updated