Hierarchy

  • LandingPageTilesProps

Properties

alignment?: "center" | "left" | "right"

Alignment of the whole grid in the view

className?: string

CSS Class name for additional styles

gridGap?: string

Spacing between tiles

gridRowHeight?: string

Height of Rows. Rows are automatically created.

gridTemplateColumns?: number

Number of columns

Data for all tiles

largeTileColumnSpan?: number

Column span for the large tile

largeTileRowSpan?: number

Row span for the large tile

maxWidth?: string

The maximum width the grid can expand to

minWidth?: string

The minimum width the grid can shrink down to

smallTileColumnSpan?: number

Column span for the small tile

smallTileRowSpan?: number

Row span for the small tile

Generated using TypeDoc