react-component-sol-footer
v0.1.3
Published
A React component that displays SOLs footer. It's basically a colophon.
Downloads
10
Readme
react-component-sol-footer
A React component that displays SOLs footer. It's basically a colophon.
About
Displays a colophon with address, name and contact info for the editor and so on.
const SolFooter = require('react-component-sol-footer');
// ...
render: function() {
return <SolFooter/>
}