nsdotjs
    Preparing search index...

    Class StatusBubble

    A singleton status bubble UI component for displaying messages with different color states.

    This class creates a fixed-position div element that can be used to show status messages with different color indicators (blue, yellow, red) or custom colors.

    const statusBubble = StatusBubble.getInstance();
    statusBubble.success("Operation completed successfully");
    statusBubble.warn("Warning: Something might be wrong");
    Index

    Methods