Components/LayoutSkeleton
Since 1.0.0BETA

LayoutSkeleton

Layout-level skeleton placeholder

This page was migrated by AI, please review carefully

Migration is complete, but please validate against source code and manual review.

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

EXAMPLE.VUE
<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)

PropertyTypeDefaultDescription
--No extra props; size follows the container

Composite Patterns

Panel Placeholder

Skeleton paired with card containers.

Demo loads on client.
Was this helpful?