2.0.5 • Published 4 years ago

react-myfooter v2.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

2.0.5

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.4

4 years ago

2.0.1

4 years ago

1.1.3

4 years ago

2.0.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago