UNPKG

ivt

Version:

Ivt Components Library

1 lines 662 B
{"version":3,"file":"skeleton-CkxzXYw_.mjs","sources":["../../src/components/ui/skeleton/skeleton.tsx"],"sourcesContent":["import { cn } from \"@/lib/utils\";\nimport React from \"react\";\nfunction Skeleton({ className, ...props }: React.ComponentProps<\"div\">) {\n\treturn (\n\t\t<div\n\t\t\tdata-slot=\"skeleton\"\n\t\t\tclassName={cn(\"bg-muted animate-pulse rounded-md\", className)}\n\t\t\t{...props}\n\t\t/>\n\t);\n}\n\nexport { Skeleton };\n"],"names":["Skeleton","className","props","React","createElement","div","data-slot","cn"],"mappings":"8DAEA,SAASA,GAASC,UAAEA,KAAcC,IACjC,OACCC,EAAAC,cAACC,MAAAA,CACAC,YAAU,WACVL,UAAWM,EAAG,oCAAqCN,MAC/CC,GAGP"}