LayoutSkeleton
Layout-level skeleton placeholder
LayoutSkeleton
Layout-level placeholder for page or panel loading.
Status: Beta
Demo
Layout Placeholder
The wrapper controls the size.
Demo loads on client.
Basic Usage
<template>
<div style="height: 240px;">
<TxLayoutSkeleton />
</div>
</template>
Usage Notes
- The wrapper controls size and layout ratio.
- Ideal for page-level loading with consistent rhythm.
API (Brief)
| Property | Type | Default | Description |
|---|---|---|---|
| — | - | - | No extra props; size follows the container |
Composite Patterns
Panel Placeholder
Skeleton paired with card containers.
Demo loads on client.
Was this helpful?