@devgateway/dvz-ui-react
Version:
A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.
17 lines (16 loc) • 497 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { Popup as t, Icon as c } from "semantic-ui-react";
const n = (e) => {
let o;
try {
o = decodeURIComponent(e);
} catch {
o = e, console.error("error occurred decoding content:" + e);
}
return o;
}, d = ({
"data-description": e = ""
}) => /* @__PURE__ */ r(t, { className: "title-popup", size: "mini", offset: [-10, 0], content: n(e), trigger: /* @__PURE__ */ r(c, { name: "question circle" }) });
export {
d as default
};