footer-component-by-rajat-porwal
v1.0.1
Published
A personal Footer Component that I am using in all of my projects and also available on npm repository for anyone else that wants to modifiy it to use it as their own, all it requires is changing the name and the link
Downloads
2
Readme
Footer-Component
A personal Footer Component that I am using in all of my projects and also available on npm repository for anyone else that wants to modify it to use it as their own, available at https://www.npmjs.com/package/footer-component-by-rajat-porwal
Installation
To install Footer-Component, you can use npm:
npm i footer-component-by-rajat-porwal
**Usage**
// Import the addFooter function
import { addFooter } from './path/to/footer-component-by-rajat-porwal.js'
// Call the addFooter function to add it to webPage
addFooter();
// If footer is hiding the content on the page, use padding-bottom:60px on body in css. It will solve it..!!