Feedback

Skeleton

A pulsing placeholder shape shown while content is loading.

html
<UiSkeleton />

Basic — sized and shaped entirely via `class`

Tag

tag renders the placeholder as a different element or component, so it can stand in for whatever it's replacing.

Card preview — composed into a common layout


API Reference

Generated from the component's source — props, slots and emits as the component actually declares them.

Props

Prop
Type
Default
Description
keyof HTMLElementTagNameMap | Component
'div'
The HTML tag or Vue component to render the Skeleton as.