react-myfooter

A pretty react/typescript footer

Usage no npm install needed!

<script type="module">
  import reactMyfooter from 'https://cdn.skypack.dev/react-myfooter';
</script>

README

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