Guaxu Docs
    Preparing search index...

    Type Alias ToastContent

    type ToastContent = {
        headline?: HeadingProps;
        position?: ToastPosition;
        text: string;
        variant: ToastVariants;
    }
    Index

    Properties

    headline?: HeadingProps

    The title of the Toast.

    position?: ToastPosition

    The position of the Toast.

    top-center

    text: string

    The text content of the Toast.

    variant: ToastVariants

    The type of the Toast. It can be danger or warning.