This package has been deprecated

Author message:

Package no loger supported. Please use @twreporter/react-components instead.

twreporter-react-footer-components

1.0.7 • Public • Published

twreporter-react-footer-components

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

Readme

Keywords

none

Package Sidebar

Install

npm i twreporter-react-footer-components

Weekly Downloads

1

Version

1.0.7

License

AGPL-3.0

Last publish

Collaborators

  • twreporter
  • yucj