Skip to content

React Component NPM Package with my footer, to be easier to use on my react projects. Tech: CSS, React, Typescript, Webpack, and Babel.

License

Notifications You must be signed in to change notification settings

suzynakayama/myfooter-package

Repository files navigation

My Footer

It's a simple footer component that can be used with your projects!

NPM site here

How to Use

  1. Install:

npm install react-myfooter

  1. Import:

import Footer from 'react-myfooter';

  1. Use, passing your github page and your name:

<Footer github="<your github page>" name="<your name>" />

  1. Note, the footer is set to position: absolute; and bottom: 0;. You can change on your CSS by adding:
    footer {
      position: relative !important; 
      .....
    }
  1. Enjoy!

image

About

React Component NPM Package with my footer, to be easier to use on my react projects. Tech: CSS, React, Typescript, Webpack, and Babel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published