Socket
Socket
Sign inDemoInstall

twreporter-react-footer-components

Package Overview
Dependencies
64
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    twreporter-react-footer-components

## INSTALL


Version published
Weekly downloads
1
Maintainers
2
Install size
7.88 MB
Created
Weekly downloads
 

Readme

Source

INSTALL

Need Dependencies:

yarn add react lodash prop-types react-router styled-components

Install the package:

yarn add twreporter-react-footer-components

USE

ES6:

import Footer from 'twreporter-react-footer-components/lib/components/footer'

const Page = (props) => (
  <div>
    {props.children}
    <Footer />
  </div>
)

Props:

none

Developement

Source code

  • For this package: /footer-components/src/
  • Shared by all packages under twreporter-react-components: /shared/

gulp.watch

Automatically rebuild while files change.

cd twreporter-react-components/footer-components
npm run dev

Build (pre-publish)

cd twreporter-react-components/footer-components
npm run build

Pubish

cd twreporter-react-components/footer-components
npm publish

FAQs

Last updated on 28 Aug 2017

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