Skip to content

Skeleton

A placeholder component that displays while content (text or image) is loading.

Usage

ts
import { Skeleton } from '@youcan/alto';
vue
<Skeleton />

API Reference

Examples

Media

Displays a placeholder for an image while the actual image content is loading.

Card

Displays a placeholder for a card layout, typically used for representing loading states of card components.