@anoki/fse-ui
Version:
FSE UI components library
50 lines (49 loc) • 1.21 kB
JavaScript
import { j as o } from "./index.es237.js";
import './sections/GpHomeSection/GpHomeSection.css';/* empty css */
import { clsx as l } from "./index.es239.js";
import { CardDoctor as d } from "./index.es39.js";
import { Section as e } from "./index.es123.js";
const N = ({
sectionId: t,
title: s,
className: c,
doctorName: i = "",
specialties: m,
contactInfo: r,
schedule: n,
avatar: a,
button: p
}) => /* @__PURE__ */ o.jsx(
"section",
{
id: t,
className: l("gp-home-section section-gap", c),
children: /* @__PURE__ */ o.jsxs(e, { className: "gp-home-section-card", children: [
s && /* @__PURE__ */ o.jsx(
e.Title,
{
fs: "3",
mdFs: "2",
className: "gp-home-section-title",
as: "h3",
children: s
}
),
/* @__PURE__ */ o.jsx("div", { className: "gp-home-section-content", children: /* @__PURE__ */ o.jsx(
d,
{
doctorName: i,
specialties: m,
contactInfo: r,
schedule: n,
avatar: a,
button: p
}
) })
] })
}
);
export {
N as GpHomeSection
};
//# sourceMappingURL=index.es162.js.map