CIA Compliance Manager API Documentation - v1.0.1
    Preparing search index...

    Variable LoadingSkeletonConst

    LoadingSkeleton: React.FC<LoadingSkeletonProps> = ...

    Loading skeleton component for better perceived performance

    Improves perceived performance by showing content placeholders while data loads, making the application feel more responsive and reducing user anxiety during loading operations. 📊

    Provides animated placeholder content that mimics the structure of the actual content being loaded. Uses CSS animations for smooth skeleton shimmer effect.

    // Default 3-line skeleton
    <LoadingSkeleton />

    // Custom number of lines
    <LoadingSkeleton lines={5} />

    // With custom test ID
    <LoadingSkeleton lines={4} testId="metrics-skeleton" />