Axinom Mosaic Libraries
    Preparing search index...

    Variable LandingPageTilesConst

    LandingPageTiles: React.FC<LandingPageTilesProps> = ...

    Grid system for the home station

    <LandingPageTiles
    items={[{}]}
    gridTemplateColumns={12}
    gridRowHeight={'150px'}
    gridGap={'5px'}
    minWidth={'600px'}
    maxWidth={'900px'}
    alignment={'center'}
    largeTileColumnSpan={4}
    largeTileRowSpan={2}
    smallTileColumnSpan={3}
    smallTileRowSpan={1}
    />