apps/design-system/content/docs/fragments/page-section.mdx
<ComponentPreview name="page-section-demo" description="Basic page section with title, description, and content" peekCode wide />
PageSection - Root container with orientation variants (horizontal or vertical)PageSectionMeta - Meta wrapper for PageSectionSummary and optional PageSectionAsidePageSectionSummary - Container for section title and description (should be inside PageSectionMeta, has flex-1)PageSectionTitle - Section heading (h2)PageSectionDescription - Supporting text below section titlePageSectionAside - Container for section-level actions (should be inside PageSectionMeta, has shrink-0)PageSectionContent - Container for the main section contentvertical - Content stacks vertically (default)horizontal - Summary and content arranged horizontally on larger screens<ComponentPreview name="page-section-horizontal" description="PageSection with horizontal layout - summary on left, content on right" peekCode wide />
<ComponentPreview name="page-section-with-aside" description="PageSection with multiple action buttons in the Aside component" peekCode wide />
<ComponentPreview name="page-section-title-only" description="PageSection with title only" peekCode wide />