Datalayer Desktop - v0.0.2
    Preparing search index...

    Props for the LoadingSpinner component.

    interface LoadingSpinnerProps {
        children?: ReactNode;
        hideSpinner?: boolean;
        message?: string;
        minimal?: boolean;
        size?: "small" | "large" | "medium";
        subtext?: string;
        sx?: SxProp;
        variant?: "default" | "fullscreen" | "inline" | "card";
    }
    Index

    Properties

    children?: ReactNode

    Additional content to show below the message

    hideSpinner?: boolean

    Hide spinner and only show message

    message?: string

    Primary loading message

    minimal?: boolean

    Show as minimal inline loading state

    size?: "small" | "large" | "medium"

    Size of the spinner

    subtext?: string

    Optional subtext/description

    sx?: SxProp

    Custom styles for the container

    variant?: "default" | "fullscreen" | "inline" | "card"

    Layout variant