Interface SectionProps

Interface for PropTypes for the Section component.

Hierarchy

  • BaseStyleProp<SectionStyles>
    • SectionProps

Properties

children?: ReactNode

The content of the component.

className?: string

The class name to be applied to the element.

classes?: Partial<Record<SectionStyles, CSSProperties>>

Override or extend the styles applied to the component.

fullWidth?: boolean

If true, the section will take up the full width of its container.

Default

true

Generated using TypeDoc