Hiyve Components - v1.0.0
    Preparing search index...

    Alert type display configuration

    interface AlertTypeConfig {
        chipColor:
            | "error"
            | "success"
            | "default"
            | "primary"
            | "info"
            | "warning";
        color: "error"
        | "success"
        | "info"
        | "warning";
        icon: ReactNode;
        label: string;
    }
    Index

    Properties

    chipColor: "error" | "success" | "default" | "primary" | "info" | "warning"

    Chip color variant

    color: "error" | "success" | "info" | "warning"

    MUI color name

    icon: ReactNode

    Icon component

    label: string

    Display label