Skip to content

Content

Content provides a vertical page content container with consistent padding and spacing between content sections.

Code
import { Content } from "@falcon/ui-kit/dist/legacy";
export function Example() {
return (
<Content>
<Content.Section>{"<Content.Section />"}</Content.Section>
<Content.Section>{"<Content.Section />"}</Content.Section>
<Content.Section>{"<Content.Section />"}</Content.Section>
</Content>
);
}
children?: React.ReactNode
className?: string
children?: React.ReactNode
className?: string
children?: React.ReactNode
className?: string