Skip to content

BlueBaseJS/plugin-skeleton-loader

Repository files navigation

plugin-skeleton-loader

A BlueBase that provides a SkeletonLoader component.

Description

Skeleton Loader is a component which is used to display a splash screen to indicate that the screen is loading.

Usage

MIT license npm version Build Status codecov Greenkeeper badge PRs Welcome Codacy Badge Known Vulnerabilities semantic-release

ScreenShots

🌏 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