-
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
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.