React Custom Components Ui

Skeleton


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

    <Skeleton
        fromColor='#d1d5db'
        toColor='#e5e7eb'
        borderRadius='10px'
        width='150px'
        height='150px'
        duration={1500} />