rjs-sticky-footer

0.0.2 • Public • Published

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

Examples

/rjs-sticky-footer/

    Package Sidebar

    Install

    npm i rjs-sticky-footer

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    1.4 MB

    Total Files

    22

    Last publish

    Collaborators

    • fsdev