untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
14 lines (13 loc) • 427 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { lazy as e, Suspense as n } from "react";
import { DefaultLazyImportFallback as p } from "../template.js";
const f = ({ name: t, fallback: r, ...a }) => {
const m = e(() => import(
/* @vite-ignore */
`./${t}`
));
return /* @__PURE__ */ o(n, { fallback: r || /* @__PURE__ */ o(p, {}), children: /* @__PURE__ */ o(m, { ...a }) });
};
export {
f as default
};