Axinom Mosaic Libraries
    Preparing search index...

    Variable LoaderConst

    Loader: React.FC<LoaderProps> = ...

    Render a loader animation if showLoader is true, else show children of

    showLoader - whether to show or hide the loader animation

    [loadingSkeleton = SingleLineSkeleton] - loading animation svg

    [width = 100] - width of Loader

    [height = 5] - height of Loader

    <Loader showLoader={true}>{children}</Loader>
    <Loader showLoader={true}></Loader>