Skeleton

A placeholder while content loads.

Installation

import { Skeleton } from "~/components/ui/Skeleton";

Usage

<Skeleton className="h-4 w-3/4" />

API reference

PropTypeDefaultDescription
classNamestring-Set the width, height, and shape.

Accessibility

  • Decorative (aria-hidden); mark the surrounding region aria-busy while content loads.
View site