1.0.3 • Published 4 years ago

hdfc-life-header-footer-temp v1.0.3

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 years ago

Readme

This Library is built to add HDFC Life parent Header and Footer in projects owned and powered by ADCAT team of HDFC Life.

Install with npm:

npm i hdfc-life-header-footer-temp

What is this library for?

  • Quick addition of Header and Footer in your project
  • The library is using React as peer dependency

Usage Guidelines

It exports two react component namely HLHeader & HLFooter

// import
import { HLHeader, HLFooter } from 'hdfc-life-header-footer-temp'

// JSX
<HLHeader className="your-preferred-class-name" />
<HLFooter className="your-preferred-class-name" />

className prop is optional. You also have import font

<link
  href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700"
  rel="stylesheet"
/>
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago