1.16.0 • Published 2 years ago

honesthub_header_footer v1.16.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

honesthub_header_footer

Honest CareHub Application Header and Footer

NPM JavaScript Style Guide

Install

npm install --save honesthub_header_footer

Usage

import React, { Component } from 'react'

import { Header, Footer } from 'honesthub_header_footer'

class ParentComponent extends Component {
  render() {
    return (
      <div>
        <Header />
      </div>
    )
  }
}

class ParentComponent extends Component {
  render() {
    return (
      <div>
        <Footer />
      </div>
    )
  }
}

License

MIT ©

1.15.0

2 years ago

1.14.0

2 years ago

1.13.0

2 years ago

1.12.0

2 years ago

1.16.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago