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>;
}
The Section component helps organize page regions with predictable layout spacing.
import { Section } from '@editora/ui-react';
export function Example() {
return <Section>Content block</Section>;
}