Skip to content

fsdev-studio/rjs-sticky-footer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sticky/not sticky footer for react web apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages