Skeleton
A pulsing fantasy placeholder for loading states. Supports default and circular variants plus faction-based color themes.
Factions
default
orc
elf
human
undead
Circular
default
orc
elf
human
undead
Card Layout Pattern
Usage
<script>
import { Skeleton } from 'warcraftcn-ui-svelte';
</script>
<Skeleton class="h-24 w-40" />
<Skeleton variant="circular" faction="orc" class="h-16 w-16" />Props
| Prop | Type | Default |
|---|---|---|
| variant | "default" | "circular" | "default" |
| faction | "default" | "orc" | "elf" | "human" | "undead" | "default" |