@kalo/ui-global-footer
v0.2.0
Published
The Kalo navigation component
Downloads
6
Readme
@kalo/global-footer
Kalo marketing footer
Installation
npm i -D @kalo/global-footerUsage
This package requires a few packages to work:
reactreact-domstyled-components
Install these, then import the component into your project, and mount it:
import KaloGlobalFooter from '@kalo/global-footer'
ReactDOM.render(
KaloGlobalFooter,
document.getElementById('footer-mount')
);