Socket
Socket
Sign inDemoInstall

robofox-copyright-footer

Package Overview
Dependencies
10
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    robofox-copyright-footer

robofox standard copyright footer


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
6.97 MB
Created
Weekly downloads
 

Readme

Source
npm
  • 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

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.

Keywords

FAQs

Last updated on 16 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc