UNPKG

@anoki/fse-ui

Version:

FSE UI components library

23 lines (22 loc) 869 B
import { j as r } from "./index.es244.js"; import { clsx as e } from "./index.es246.js"; import './components/ui/InfoSectionCard/InfoSectionCard.css';/* empty css */ import { Col as s } from "./index.es10.js"; const d = ({ title: o, children: t }) => /* @__PURE__ */ r.jsx("label", { className: e("shadow br-x4 ui-radio-card-container"), children: /* @__PURE__ */ r.jsxs(s, { style: { width: "100%" }, children: [ /* @__PURE__ */ r.jsx(s, { py: "x32", px: "x24", children: /* @__PURE__ */ r.jsx("div", { className: "fw-semibold text-slate-20 fs-4", children: o }) }), /* @__PURE__ */ r.jsx( s, { style: { height: 1, backgroundColor: "#C5C7C9", width: "100%" } } ), /* @__PURE__ */ r.jsx(s, { p: "x24", children: t }) ] }) }); export { d as InfoSectionCard }; //# sourceMappingURL=index.es128.js.map