@llamaindex/ui
Version:
A comprehensive UI component library built with React, TypeScript, and Tailwind CSS for LlamaIndex applications
17 lines (14 loc) • 453 B
JavaScript
import { cn } from './chunk-MG2ARK3A.mjs';
import { __objRest, __spreadValues } from './chunk-FWCSY2DS.mjs';
import { jsx } from 'react/jsx-runtime';
function Skeleton(_a) {
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
return /* @__PURE__ */ jsx(
"div",
__spreadValues({
"data-slot": "skeleton",
className: cn("bg-accent animate-pulse rounded-md", className)
}, props)
);
}
export { Skeleton };