Skeleton
import { AXSkeletonModule } from '@acorex/components/skeleton';
Overview
Usage
ax-skeleton
Preview
Code
Animated
animated
property can enable animation on skeleton. default value for animated
is true
Preview
Code
Design Tokens
--ax-comp-skeleton-bg-color | var(--ax-sys-color-dark) | Background color of the skeleton. Defaults to the system's surface text color. |
--ax-comp-skeleton-bg-opacity | 0.2 | Background opacity color of the skeleton. |
--ax-comp-skeleton-line-width | 14rem | Width of the animated loading line in the skeleton. |