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

    Interface EmptyStateProps

    interface EmptyStateProps {
        action?: ReactNode;
        heading: string;
        icon?: ReactNode;
        subtext?: string;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    action?: ReactNode

    Optional action element (e.g., a Button) rendered below the text

    heading: string

    Main heading text

    icon?: ReactNode

    Icon to display above the heading

    subtext?: string

    Supporting description text

    sx?: SxProps<Theme>

    MUI sx prop for the container