LetMeDown
is a React component to always keep Footer component of your application at bottom of screen and below the content on page.
Shivam Pawar Active maintainer - accepting PRs and doing minor testing, fixing issues or doing active development.
npm install let-me-down
"react": ">=16.8"
"react-dom": ">=16.8"
1 . Import let-me-down after installation
import { LetMeDown } from "let-me-down";
2 . Add property footerComponent= {<Your_Footer_Component />} to LetMeDown component.
<LetMeDown footerComponent={<Footer />}>
<Content />
</LetMeDown>
You can import node_modules/let-me-down/dist/index.js
into your page. Please make sure that you have already imported react
and react-dom
into your page.
Shivam Pawar
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
MIT