Skip to content

Shing-Ho/react-burning-footer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-burning-footer

example

Installation

npm i react-buring-footer

Usage

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