@anoki/fse-ui
Version:
FSE UI components library
50 lines (49 loc) • 1.21 kB
JavaScript
import { j as o } from "./index.es278.js";
import './sections/GpHomeSection/GpHomeSection.css';/* empty css */
import { clsx as d } from "./index.es280.js";
import { CardDoctor as l } from "./index.es45.js";
import { Section as e } from "./index.es229.js";
const N = ({
sectionId: i,
title: s,
className: t,
doctorName: c = "",
specialties: m,
contactInfo: r,
schedule: n,
avatar: a,
button: p
}) => /* @__PURE__ */ o.jsx(
"div",
{
id: i,
className: d("gp-home-section section-gap", t),
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(
l,
{
doctorName: c,
specialties: m,
contactInfo: r,
schedule: n,
avatar: a,
button: p
}
) })
] })
}
);
export {
N as GpHomeSection
};
//# sourceMappingURL=index.es154.js.map