robofox-copyright-footer

1.0.7 • Public • Published

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

Name Type Default Description
companyName string The name of the sites owner
developerName string The name of the sites developer.
color string The color of the text & icon (rgba, hex, etc)

License

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i robofox-copyright-footer

Weekly Downloads

2

Version

1.0.7

License

MIT

Unpacked Size

13.6 kB

Total Files

7

Last publish

Collaborators

  • hxf31891