skeleton-screen
v1.0.2
Published
Another react skeleton screen component
Downloads
12
Readme
skeleton-screen
Another react skeleton screen component
example
see Example
props
interface SkeletonProps {
count?: number
width?: number | string
height?: number | string
type?: 'circle' | 'rect'
duration?: number
baseColor?: string
highlightColor?: string
className?: string
}