@anoki/fse-ui
Version:
FSE UI components library
18 lines (17 loc) • 621 B
JavaScript
import { j as r } from "./index.es244.js";
import { VerticalCardStepper as c } from "./index.es124.js";
import { Section as e } from "./index.es54.js";
const p = ({
title: s,
description: t,
steps: o,
type: i
}) => /* @__PURE__ */ r.jsxs(e, { children: [
/* @__PURE__ */ r.jsx(e.Title, { color: "blue-48", fs: "2", mdFs: "1", className: "mb-x16", children: s }),
/* @__PURE__ */ r.jsx(e.Description, { color: "slate-14", fs: "6", className: "mb-x36", children: t }),
/* @__PURE__ */ r.jsx(c, { steps: o, type: i })
] });
export {
p as VerticalCardStepperSection
};
//# sourceMappingURL=index.es149.js.map