UNPKG

@anoki/fse-ui

Version:

FSE UI components library

23 lines (22 loc) 1.52 kB
import { j as n } from "./index.es278.js"; import './components/ui/CommunicationContentsSkeleton/CommunicationContentsSkeleton.css';/* empty css */ const t = 6, m = ({ cardsCount: s = t }) => /* @__PURE__ */ n.jsxs("section", { className: "communication-contents-skeleton", children: [ /* @__PURE__ */ n.jsx("div", { className: "communication-contents-skeleton-title pulse" }), /* @__PURE__ */ n.jsx("div", { className: "communication-contents-skeleton-grid", children: Array.from({ length: s }).map((o, e) => /* @__PURE__ */ n.jsxs("div", { className: "communication-contents-skeleton-card", children: [ /* @__PURE__ */ n.jsx("div", { className: "communication-contents-skeleton-image pulse" }), /* @__PURE__ */ n.jsxs("div", { className: "communication-contents-skeleton-body", children: [ /* @__PURE__ */ n.jsx("div", { className: "communication-contents-skeleton-line communication-contents-skeleton-line-sm pulse" }), /* @__PURE__ */ n.jsx("div", { className: "communication-contents-skeleton-line communication-contents-skeleton-line-md pulse" }), /* @__PURE__ */ n.jsxs("div", { className: "communication-contents-skeleton-tags", children: [ /* @__PURE__ */ n.jsx("span", { className: "communication-contents-skeleton-chip pulse" }), /* @__PURE__ */ n.jsx("span", { className: "communication-contents-skeleton-chip pulse" }) ] }) ] }) ] }, e)) }) ] }); export { m as CommunicationContentsSkeleton }; //# sourceMappingURL=index.es85.js.map