Package Exports
- @nimbus-ds/skeleton
- @nimbus-ds/skeleton/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nimbus-ds/skeleton) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@nimbus-ds/skeleton
The Skeleton component allows us to visually communicate the loading of other components.
Installation
$ yarn add @nimbus-ds/skeleton
# or
$ npm install @nimbus-ds/skeleton
Component Anatomy
The component is composed of a rectangle with an animation that alternates its colors.
Guidelines
We use this component individually to represent the loading of other atomic and compound components.
Personalization
It is possible to customize Skeleton to meet the needs of local components, adjusting width, height and border radius properties.
Recommendation for use
- Communicate loading composite components
- Report loading of atomic components
- Communicate local component loading
Related components
- Spinner - Can be used to inform the processing of actions in real time.
Usage
View docs here.
