Interface ColumnProps

Interface for PropTypes for the Column component.

Hierarchy

  • BaseStyleProp<ColumnStyles>
    • ColumnProps

Properties

align?: "center" | "left" | "right"

The alignment of the children.

Default

'center'

children?: ReactNode

The content of the component.

className?: string

The class name to be applied to the element.

classes?: Partial<Record<"root", CSSProperties>>

Override or extend the styles applied to the component.

verticalAlign?: VerticalAlign<string | number>

The vertical alignment of the children.

Default

'top'

Generated using TypeDoc