Skip to main content
Version: Next

Section

The Section component helps organize page regions with predictable layout spacing.

Basic Usage

import { Section } from '@editora/ui-react';

export function Example() {
return <Section>Content block</Section>;
}