@anoki/fse-ui
Version:
FSE UI components library
23 lines (22 loc) • 623 B
JavaScript
import { j as s } from "./index.es237.js";
import './sections/Tags/Tags.css';/* empty css */
import { TagsGroup as r } from "./index.es135.js";
import { Section as t } from "./index.es123.js";
const l = ({ title: o, items: i = [] }) => /* @__PURE__ */ s.jsxs(t, { className: "ui-tags-section", children: [
/* @__PURE__ */ s.jsx(
t.Title,
{
fs: "6",
mdFs: "6",
as: "h1",
color: "slate-28",
className: "ui-tags-items-section-title",
children: o
}
),
/* @__PURE__ */ s.jsx(r, { topics: i })
] });
export {
l as Tags
};
//# sourceMappingURL=index.es147.js.map