UNPKG

@randy.tarampi/jsx

Version:

Some common JSX components for www.randytarampi.ca

12 lines 355 B
import React from "react"; import { Container } from "react-materialize"; export var PrintableFooter = (_ref) => { var { children } = _ref; return /*#__PURE__*/React.createElement("footer", { id: "footer", className: "printable-footer" }, /*#__PURE__*/React.createElement(Container, null, children)); }; export default PrintableFooter;