IX Loading Indicators

    Branded loading animations for the InferX platform

    IXLoader
    Main animated loader with text
    IX

    Small

    IX

    Medium

    IX

    Large

    IXSpinner
    Rotating IX for buttons
    IX
    IX
    IX
    IX
    IXPulse
    Pulsing IX effect
    IX
    IX
    IX
    IX
    Button Loading State
    See how spinners work in buttons

    Content area

    Full Screen Overlay
    Complete page loading experience

    This will display a full-screen loading overlay for 4 seconds

    Usage Examples
    How to implement these loaders in your components

    Button with spinner:

    {isLoading ? <IXSpinner size="sm" /> : "Submit"}

    Page loading:

    <IXLoader size="lg" showText={true} text="Loading..." />

    Full screen overlay:

    <LoadingOverlay isVisible={loading} message="Loading..." fullScreen />