ComponentsLayoutStackVertical stack layout for organizing contentCopy MarkdownOpenExamples Basic StackPreviewCodeItem 1Item 2Item 3 Schema interface StackSchema { type: 'stack'; gap?: number; children: SchemaNode[]; className?: string; }FlexFlexible box layout containerTabsOrganize content into switchable tabs