0.1.2 • Published 8 years ago

yatedo-component-header v0.1.2

Weekly downloads
48
License
-
Repository
-
Last release
8 years ago

yatedo-component-header

Yatedo Header component

Install

$ npm install --save yatedo-component-header

Usage

To enable authentification process

// Import authentification process handler in app.js
import Header from 'yatedo-component-header';

// Set up the Header component
<Header
  brandLogoUrl="https://sslstatic.yatedo.com/images/products/v3/talent/yatedo-header.png"
  brandLogoLinkHref="https://www.yatedo.com"
  userInfos={userInfoObject}
  userNavLinks={[
    { id: 1, type: 'link', title: 'Link 1' },
    { id: 2, type: 'link', title: 'Link 2' },
    { id: 3, type: 'separator' },
    { id: 4, type: 'link', title: 'Link 3' },
  ]}
/>

License

YATEDO ©

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago