Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/huruji/skeleton-screen

Another react skeleton screen component
https://github.com/huruji/skeleton-screen

Last synced: 3 months ago
JSON representation

Another react skeleton screen component

Lists

README

        

# skeleton-screen

Another react skeleton screen component

## example

![](./example.gif)

see [Example](./example/README.md)

## props

```ts
interface SkeletonProps {
count?: number
width?: number | string
height?: number | string
type?: 'circle' | 'rect'
duration?: number
baseColor?: string
highlightColor?: string
className?: string
}
```