MCPcopy
hub / github.com/mayneyao/eidos / Skeleton

Function Skeleton

apps/web-app/public/compiled-ui/skeleton.js:6–17  ·  view source on GitHub ↗
({
  className,
  ...props
})

Source from the content-addressed store, hash-verified

4var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
5import { cn } from "@/lib/utils";
6function Skeleton({
7 className,
8 ...props
9}) {
10 return /* @__PURE__ */ React.createElement(
11 "div",
12 {
13 className: cn("animate-pulse rounded-md bg-primary/10", className),
14 ...props
15 }
16 );
17}
18__name(Skeleton, "Skeleton");
19export { Skeleton };

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected