React Custom Components Ui

Skeleton Background

Content Title

This content is displayed on top of the skeleton background.


    import { SkeletonBackground } from 'react-custom-components-ui'

    <SkeletonBackground width="300px" height="150px">
        <div style={{ padding: "20px", color: "#333" }}>
            <h2>Content Title</h2>
            <p>This content is displayed on top of the skeleton background.</p>
        </div>
    </SkeletonBackground>