rjs-sticky-footer
v0.0.2
Published
A sticky/not sticky footer for react web apps
Downloads
1
Readme
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
Props | Details -------------------- | ------------------------- background | can be any color value opacity | can be a value between 0.0 and 1.0 footerBody| can be a string or a react component isSticky| can be set to true or false