1.0.7 • Published 2 years ago

robofox-copyright-footer v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Web Copyright Footer

  • I published this package to save myself a couple minutes, please feel free to use it in your own projects.
  • Simply pass in the name of the owning company (companyName) and the developent company/individual (developerName). The year automatically updates for you.

  • Working on SVGs for other US states, as of 2/16/22 only LA (Lousiana) is available

Installation

npm

npm install robofox-copyright-footer

Usage

import Footer from "robofox-copyright-footer";

export const App = () => {
  return (
    <div>
      ...
      <Footer 
        companyName='Unicorns-R-Us'
        developerName='RoboFox LLC'
      />
};

API

Footer Props

NameTypeDefaultDescription
companyNamestringThe name of the sites owner
developerNamestringThe name of the sites developer.
colorstringThe color of the text & icon (rgba, hex, etc)

License

Code released under the MIT license.

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago