README
My Footer
It's a simple footer component that can be used with your projects!
How to Use
- Install:
npm install react-myfooter
- Import:
import Footer from 'react-myfooter';
- Use, passing your github page and your name:
<Footer github="<your github page>" name="<your name>" />
- Note, the footer is set to
position: absolute;
andbottom: 0;
. You can change on your CSS by adding:
footer {
position: relative !important;
.....
}
- Enjoy!