Axinom Mosaic Libraries
    Preparing search index...

    Interface HubProps

    interface HubProps {
        className?: string;
        gridGap?: string;
        items: HubItem[];
        maxWidth?: string;
        minWidth?: string;
    }
    Index

    Properties

    className?: string

    CSS Class name for additional styles

    gridGap?: string

    Spacing between tiles

    items: HubItem[]

    Data for all tiles

    maxWidth?: string

    The maximum width the grid can expand to

    minWidth?: string

    The minimum width the grid can shrink down to