UNPKG

@anoki/fse-ui

Version:

FSE UI components library

26 lines (25 loc) 617 B
import { j as m } from "./index.es237.js"; import './components/navigations/Breadcrumb/Breadcrumb.css';/* empty css */ import { clsx as n } from "./index.es238.js"; const i = ({ label: r, href: e, isClickable: t, asLink: o = "a" }) => { const s = o; return /* @__PURE__ */ m.jsx( "span", { className: n("ui-breadcrumb-item", { "active text-slate-20 fw-semibold": t, "text-slate-28": !t }), children: e && t ? /* @__PURE__ */ m.jsx(s, { href: e, children: r }) : r } ); }; export { i as BreadcrumbItem }; //# sourceMappingURL=index.es275.js.map