1.0.7 • Published 9 years ago

twreporter-react-footer-components v1.0.7

Weekly downloads
2
License
AGPL-3.0
Repository
-
Last release
9 years ago

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
1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.3-beta.4

9 years ago

1.0.3-beta.3

9 years ago

1.0.3-beta.2

9 years ago

1.0.3-beta.1

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

1.0.0-beta.11

9 years ago

1.0.0-beta.10

9 years ago

1.0.0-beta.9

9 years ago

1.0.0-beta.8

9 years ago

1.0.0-beta.7

9 years ago

1.0.0-beta.6

9 years ago

1.0.0-beta.5

9 years ago

1.0.0-beta.4

9 years ago

1.0.0-beta.3

9 years ago

1.0.0-beta.2

9 years ago

1.0.0-beta.1

9 years ago