let-me-down
v1.0.3
Published
A react component to keep footer always at bottom of screen and content on page.
Downloads
6
Maintainers
Readme
let-me-down
LetMeDown
is a React component to always keep Footer component of your application at bottom of screen and below the content on page.
Maintainers
Shivam Pawar Active maintainer - accepting PRs and doing minor testing, fixing issues or doing active development.
Demo
Installation
npm install let-me-down
Prerequisite
"react": ">=16.8"
"react-dom": ">=16.8"
Usage
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>
Standalone
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.
Author
Shivam Pawar
🤝 Support
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
License
MIT