UNPKG

@anoki/fse-ui

Version:

FSE UI components library

21 lines (20 loc) 687 B
import { j as t } from "./index.es278.js"; import './components/ui/Blockquote/Blockquote.css';/* empty css */ import { RichText as i } from "./index.es218.js"; var l = /* @__PURE__ */ ((e) => (e.LEFTLINE = "left-line", e.BLUEBOX = "blue-box", e.LIGHTBG = "light-bg", e))(l || {}); function f({ text: e, author: o, variant: r = "left-line" /* LEFTLINE */ }) { return /* @__PURE__ */ t.jsxs("blockquote", { className: `styled-blockquote ${r}`, children: [ /* @__PURE__ */ t.jsx(i, { description: e }), /* @__PURE__ */ t.jsx("footer", { children: o }) ] }); } export { f as Blockquote, l as BlockquoteVariantEnum }; //# sourceMappingURL=index.es33.js.map