• Grid system for the home station

    Parameters

    Returns null | ReactElement<any, any>

    Example

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

Generated using TypeDoc