Murasaki
Components

Skeleton

Use to show a placeholder while content is loading.

Usage

import { Skeleton } from "@murasakijs/ui";
<Skeleton className="h-4 w-[250px]" />

API Reference

Props

Skeleton renders a pulsing <div> with no fixed dimensions — use className (h-*, w-*, rounded-*) to shape it into a circle, line, or block matching the content it's standing in for.

Improve this page on GitHub

On this page