@suluk/panel - v0.3.1
    Preparing search index...

    Interface StatCard

    A KPI tile on the dashboard home.

    interface StatCard {
        label: string;
        value: string | number;
        hint?: string;
        href?: string;
    }
    Index

    Properties

    Properties

    label: string
    value: string | number
    hint?: string
    href?: string