UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

10 lines 386 B
// src/components/loading-states/LoadingContainer.tsx import { clsx } from "clsx"; import { jsx } from "react/jsx-runtime"; var LoadingContainer = ({ className }) => { return /* @__PURE__ */ jsx("div", { className: clsx("relative overflow-hidden shimmer bg-disabled-background rounded-md", className) }); }; export { LoadingContainer }; //# sourceMappingURL=LoadingContainer.mjs.map