@anoki/fse-ui
Version:
FSE UI components library
28 lines (27 loc) • 756 B
JavaScript
import { j as t } from "./index.es237.js";
import { RichText as s } from "./index.es143.js";
import { VerticalCardStepper as m } from "./index.es137.js";
import { Section as p, SectionHeading as n } from "./index.es123.js";
const l = ({
title: r,
description: i,
steps: o,
type: e
}) => /* @__PURE__ */ t.jsxs(p, { children: [
/* @__PURE__ */ t.jsx(
n,
{
title: r,
description: /* @__PURE__ */ t.jsx(s, { description: i }),
color: "primary",
titleMarginBottom: "mb-x16",
descriptionClassName: "text-slate-14 fs-6",
descriptionMarginBottom: "mb-x36"
}
),
/* @__PURE__ */ t.jsx(m, { steps: o, type: e })
] });
export {
l as VerticalCardStepperSection
};
//# sourceMappingURL=index.es151.js.map