@kalo/ui-global-footer
v0.2.0
Published
The Kalo navigation component
Downloads
15
Readme
@kalo/global-footer
Kalo marketing footer
Installation
npm i -D @kalo/global-footer
Usage
This package requires a few packages to work:
react
react-dom
styled-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')
);