let-me-down

A react component to keep footer always at bottom of screen and content on page.


Keywords
react, footer, always at botton, typescript
License
MIT
Install
npm install let-me-down@1.0.3

Documentation

let-me-down

Version code style: prettier npm download semantic-release

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

Edit ReactTooltip

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!

Buy me a Coffee

License

MIT