Skeleton Loader is a component which is used to display a splash screen to indicate that the screen is loading.
🌏 Web | 🖥 Android | 📱 IOS |
---|---|---|
![]() |
![]() |
![]() |
🌏 Web | 🖥 Electron | 📱 React Native |
---|---|---|
✅ | ✅ | ❌ |
Prop | Types | Default | Comments |
---|---|---|---|
x | number | length of x-axis | |
y | number | length of y-axis | |
rx | number | Length of x-axis it type is Rect | |
ry | number | Length of y-axis it type is Rect | |
width | number | Width | |
height | number | Height | |
cx | number | Length of x-axis it type is Circle | |
cy | number | Length of y-axis it type is Circle | |
r | number | Radius if Circle | |
type | ️Circle | Rect | Shape Type |