@bluebase/plugin-skeleton-loader

A BlueBase plugin boilerplate!

Usage no npm install needed!

<script type="module">
  import bluebasePluginSkeletonLoader from 'https://cdn.skypack.dev/@bluebase/plugin-skeleton-loader';
</script>

README

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