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

    Interface ReactionsOverlayProps

    Props for the ReactionsOverlay component.

    interface ReactionsOverlayProps {
        activeEffect: ReactionEffect | null;
        onEffectComplete: () => void;
        zIndex?: number;
    }
    Index

    Properties

    activeEffect: ReactionEffect | null

    Currently active effect to render, or null

    onEffectComplete: () => void

    Called when the effect animation finishes

    zIndex?: number

    z-index for the overlay (default: 2000)