ComponentsLayoutGridResponsive grid layout containerCopy MarkdownOpenExamples 2 Column GridPreviewCodeCard 1Content 1Card 2Content 2 Schema interface GridSchema { type: 'grid'; columns?: number; gap?: number; children: SchemaNode[]; className?: string; }CardContainer with header, content, and footer sectionsFlexFlexible box layout container