@arolariu/components
Version:
A collection of reusable components for React applications, built as ESM & CJS modules with tree shake, minify and bundler optimizations enabled, for the lowest bundle size (import cost)!
1 lines • 835 B
Source Map (JSON)
{"version":3,"file":"components\\ui\\skeleton.cjs","sources":["webpack://@arolariu/components/./src/components/ui/skeleton.tsx"],"sourcesContent":["import * as React from \"react\";\r\nimport { cn } from \"./../../lib/utils\";\r\n\r\nfunction Skeleton({ className, ...props }: React.ComponentProps<\"div\">) {\r\n return (\r\n <div\r\n data-slot=\"skeleton\"\r\n className={cn(\r\n \"bg-neutral-900/10 animate-pulse rounded-md dark:bg-neutral-50/10\",\r\n className\r\n )}\r\n {...props}\r\n />\r\n );\r\n}\r\n\r\nexport { Skeleton };\r\n"],"names":["Skeleton","className","props","cn"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,SAASA,SAAS,EAAEC,SAAS,EAAE,GAAGC,OAAoC;IACpE,OACE,AADK,WAAP,GACE,qCAAC;QACC,aAAU;QACV,WAAWC,AAAAA,IAAAA,0BAAAA,EAAAA,AAAAA,EACT,oEACAF;QAED,GAAGC,KAAK;;AAGf"}