Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@kalo/ui-global-footer

alexpate6ISC0.2.0

The Kalo navigation component

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')
);