@anoki/fse-ui
Version:
FSE UI components library
15 lines (14 loc) • 452 B
JavaScript
import { j as e } from "./index.es180.js";
import './components/ui/Blockquote/Blockquote.css';/* empty css */
const c = ({
text: o,
author: t,
variant: r = "left-line"
}) => /* @__PURE__ */ e.jsxs("blockquote", { className: `styled-blockquote ${r}`, children: [
/* @__PURE__ */ e.jsx("p", { children: o }),
/* @__PURE__ */ e.jsx("footer", { children: t })
] });
export {
c as Blockquote
};
//# sourceMappingURL=index.es85.js.map