0.0.2 • Published 3 years ago

rjs-sticky-footer v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

About

rjs-sticky-footer is a footer component for react web apps.

Getting Started

Install with npm: npm i rjs-sticky-footer Install with yarn yarn add rjs-sticky-footer

Include in your project

import Footer from 'rjs-sticky-footer/Footer
<Footer
  background={'blue'}
  opacity={0.5}
  footerBody={<FooterBody/>}
  isSticky={false}
/>

Props

PropsDetails
backgroundcan be any color value
opacitycan be a value between 0.0 and 1.0
footerBodycan be a string or a react component
isStickycan be set to true or false

Examples