Getting Started
Foundations
Components
Search for a command to run...
import { Skeleton } from "@strongtie/design-system/skeleton"<Skeleton>| Prop | Type | Default | Description |
|---|---|---|---|
animation | "pulse" | "shimmer" | "wave" | "none" | null | 'none' | The animation style applied to the skeleton. |
Pulse
Shimmer
Wave
None
Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
skeleton
animation (default: none)
| Value | Classes |
|---|---|
pulse | -pulse |
shimmer | -shimmer |
wave | -wave |
none | (none) |
Ensure proper accessibility attributes are added when implementing this component.