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
- Host: GitHub
- URL: https://github.com/huruji/skeleton-screen
- Owner: huruji
- Created: 2019-07-07T09:58:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:48:08.000Z (almost 2 years ago)
- Last Synced: 2024-07-13T07:31:55.640Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-github-star - skeleton-screen
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
}
```