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> );}Content
Section titled “Content”children
Section titled “children”children?: React.ReactNodeclassName
Section titled “className”className?: stringContentContainer
Section titled “ContentContainer”children
Section titled “children”children?: React.ReactNodeclassName
Section titled “className”className?: stringContentSection
Section titled “ContentSection”children
Section titled “children”children?: React.ReactNodeclassName
Section titled “className”className?: string