EccUtilsDesignSkeleton Component
2.0.0-alpha.6
<ecc-utils-design-skeleton/>
EccUtilsDesignSkeleton
Overview
The ecc-utils-design-skeleton
component is used to display a placeholder preview of content while it is loading. It provides a visual cue that a component has not yet rendered, improving the user experience by reducing perceived load times.
This component is designed to be styled with standard CSS classes to match the dimensions of the content it is replacing.
Usage
Basic Skeleton
This example shows a few basic skeleton placeholders with different dimensions.
Properties
This component does not have any unique properties. It can be styled using the standard class
attribute in HTML or className
in React.
Events
This component does not emit any custom events.