A Vue component that creates a shimmer loading effect, ideal for placeholder content.
Prop | Description |
---|---|
background | Background color of the loading element. Default is "#c2c2c2". |
shimmer | Color of the shimmer effect. Default is "#ffffff". |
You can customize the ShimmerLoading component in several ways:
background
prop to change the base color of the loading element.shimmer
prop to alter the color of the shimmer effect.