Skip to content

Content

Import from @falcon/ui-kit/dist/legacy, not @falcon/ui-kit.

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

Code
<div style={{ margin: "0 auto", width: "fit-content" }}>
<Content>
<Content.Section>{"<Content.Section />"}</Content.Section>
<Content.Section>{"<Content.Section />"}</Content.Section>
<Content.Section>{"<Content.Section />"}</Content.Section>
</Content>
</div>
NameType/Description
classNamestring | undefined
NameType/Description
classNamestring | undefined
NameType/Description
classNamestring | undefined