Skip to content

Skeleton

Loading placeholder with configurable width, height, and circular shape.

Usage

vue
<script setup>
import { ArchSkeleton } from "@archora/ui";
</script>

<template>
  <ArchSkeleton width="100%" :height="16" />
  <ArchSkeleton :width="40" :height="40" circle />
</template>

Live sandbox

Skeleton can be tested directly on this page.

interactive
<Skeleton />

Props

PropTypeDefaultDescription
widthstring | number-Width.
heightstring | number-Height.
circleboolean-Circular shape.