geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
15 lines (14 loc) • 455 B
JavaScript
import { Popover as m, PopoverTrigger as n, PopoverContent as a } from "./index.es80.js";
import e from "react";
function i({
trigger: r,
content: t,
triggerProps: o,
contentProps: l
}) {
return /* @__PURE__ */ e.createElement(m, null, /* @__PURE__ */ e.createElement(n, { asChild: !0, ...o }, r), /* @__PURE__ */ e.createElement(a, { className: "bg-light-1", ...l }, t));
}
export {
i as PopoverDemo
};
//# sourceMappingURL=index.es55.js.map