@anoki/fse-ui
Version:
FSE UI components library
42 lines (41 loc) • 999 B
JavaScript
import { j as e } from "./index.es244.js";
import { Title as a } from "./index.es324.js";
import { clsx as i } from "./index.es246.js";
import { Button as l } from "./index.es28.js";
import { Close as m } from "./index.es161.js";
const f = ({
className: s = "",
title: t,
closeButton: r,
onCloseClick: o
}) => /* @__PURE__ */ e.jsxs(
"div",
{
className: i(
s,
"base-row justify-content-between align-items-center"
),
children: [
/* @__PURE__ */ e.jsx(a, { className: "fs-3 text-slate-20 fw-bold", children: t }),
/* @__PURE__ */ e.jsxs(
l,
{
size: "4",
textColor: "primary",
bg: "transparent",
"aria-label": "Chiudi modale",
onClick: o,
className: "bmClose",
children: [
r,
/* @__PURE__ */ e.jsx(m, { className: "ml-x8" })
]
}
)
]
}
);
export {
f as HeaderNavigation
};
//# sourceMappingURL=index.es60.js.map