MCPcopy
hub / github.com/dvtng/react-loading-skeleton / SkeletonProps

Interface SkeletonProps

src/Skeleton.tsx:52–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52export interface SkeletonProps extends SkeletonStyleProps {
53 count?: number;
54 wrapper?: React.FunctionComponent<PropsWithChildren<unknown>>;
55
56 className?: string;
57 containerClassName?: string;
58 containerTestId?: string;
59
60 circle?: boolean;
61 style?: CSSProperties;
62}
63
64export function Skeleton({
65 count = 1,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…