1.1.3 • Published 4 years ago
cov-header-footer v1.1.3
CoV Header and Footer component
CoV Header and Footer component
Install
npm install --save cov-header-footer
Usage
import { Header, Footer } from 'cov-header-footer';
let navList = [
{Key: "Home", Value: "Home", Url: "/Home"},
{Key: "About", Value: "About", Url: "/About"}
]
<Header title="Application Name" navEnabled={true} navList={navList}/>
<Footer/>
Setting navEnabled to false will not show the nav links regardless if navList has values or not.
1.1.4-beta.3
4 years ago
1.1.4
4 years ago
1.1.4-beta.2
4 years ago
1.1.4-beta.1
4 years ago
1.1.3
4 years ago
1.1.2
5 years ago
1.0.0
5 years ago