This component no longer exists. It was in Quantumblack Design System Registry’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-08 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
quantumblack-design-system-registry/skeletonRemovedComponent
Placeholder loading state. Used by Sidebar.
Install it
npx shadcn@latest add http://designsystem.quantumblack.com/r/skeleton.jsonSource
1import type * as React from 'react';23import { cn } from '@/lib/utils';45function Skeleton({ className, ...props }: React.ComponentProps<'div'>) {6 return (7 <div8 data-slot="skeleton"9 className={cn('bg-accent animate-pulse rounded-md', className)}10 {...props}11 />12 );13}1415export { Skeleton };
What it pulls in
Other registry items
