This component no longer exists. It was in ondo-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-09 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
skeleton
ondo-ui/skeletonRemovedComponent
Use to show a placeholder while content is loading.
Install it
npx shadcn@latest add https://ui.ondo.dou.so/r/skeleton.jsonSource
1import { cn } from "@/lib/utils"23function Skeleton({ className, ...props }: React.ComponentProps<"div">) {4 return (5 <div6 data-slot="skeleton"7 className={cn("animate-pulse rounded-md bg-muted", className)}8 {...props}9 />10 )11}1213export { Skeleton }
What it pulls in
Other registry items
