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

    Props for LoadingSkeleton component

    interface LoadingSkeletonProps {
        className?: string;
        lines?: number;
        testId?: string;
        variant?: SkeletonVariant;
    }
    Index

    Properties

    className?: string

    Optional CSS class name

    lines?: number

    Number of skeleton lines to display

    3
    
    testId?: string

    Optional test ID for automated testing

    variant?: SkeletonVariant

    Skeleton variant for different widget types

    'default'