2.0.2 • Published 3 years ago

@financial-times/header-services v2.0.2

Weekly downloads
70
License
ISC
Repository
github
Last release
3 years ago

header-services

React UI component to encapsulate headers for Spark applications. This repo has a story book. Run it locally using yarn storybook.

Installation

yarn add @financial-times/header-services // with yarn
npm i @financial-times/header-services  // with npm

Usage

import { HeaderServices } from '@financial-times/header-services';

<HeaderServices>
  <Top {...{ logo, title }}>
    <button>Call to action</button<>
  </Top>
  <PrimaryNav>
    <a href="https://spark.ft.com/">Navigation link to a service</a>
  </PrimaryNav>
</HeaderServices>

Development & Pubishing

This repo is being developed and published as part of @financial-times/spark-components which uses lerna under the hood for the publication flows.

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago