UNPKG

@anoki/fse-ui

Version:

FSE UI components library

9 lines (8 loc) 465 B
import { j as r } from "./index.es244.js"; import { Tag as t } from "./index.es106.js"; import './components/ui/Tags/Tags.css';/* empty css */ const p = ({ topics: s = [] }) => /* @__PURE__ */ r.jsx("div", { className: "tags-group-container", children: /* @__PURE__ */ r.jsx("div", { className: "tags-group", children: s.map((a, o) => /* @__PURE__ */ r.jsx(t, { label: a }, o)) }) }); export { p as TagsGroup }; //# sourceMappingURL=index.es107.js.map