react-burning-footer
v0.2.0
Published
[example-url]: ./burning-footer.gif
Readme
react-burning-footer

Installation
npm i react-buring-footerUsage
import Footer from "react-buring-Footer";
<Footer height={100} backgroundColor="#f0554d">
<a>Home</a>
</Footer>;Propertise
| name | description | type | default | | :-------------- | :-------------------- | :----- | :------ | | height | Footer height | any | 12rem | | backgroundColor | Color of the footer | string | #f0554d | | children | Content of the footer | object |
Thanks
Reference code: https://codepen.io/z-/pen/zYxdRQy
