Axinom Mosaic Libraries
    Preparing search index...

    Interface LandingPageTilesProps

    interface LandingPageTilesProps {
        alignment?: "right" | "left" | "center";
        className?: string;
        gridGap?: string;
        gridRowHeight?: string;
        gridTemplateColumns?: number;
        items: LandingPageItem[];
        largeTileColumnSpan?: number;
        largeTileRowSpan?: number;
        maxWidth?: string;
        minWidth?: string;
        smallTileColumnSpan?: number;
        smallTileRowSpan?: number;
    }
    Index

    Properties

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

    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