GitHub

Skeleton

Use to show a placeholder while content is loading.

Installation#

Usage#

import { Skeleton } from "~/components/ui/skeleton";
<Skeleton width={48} height={16} />

Examples#

Circle#

Disable animation#

You can disable animation by setting the animate prop to false.