Axinom Mosaic Libraries
    Preparing search index...
    interface TileProps {
        disabled?: boolean;
        icon: ReactNode;
        label: string;
        path: string;
        subLabel?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    disabled?: boolean

    Tile is disabled or enabled, default is false

    icon: ReactNode

    Icon location or an react element of svg icon. if an react element of svg is passed, the correct style for two types ("small" and "large") will be applied accordingly The styles which don't want to be affected based on the tile type can be passed as inline styles.

    label: string

    Tile label

    path: string

    url path

    subLabel?: string

    Tile sub label