Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.16 KB

DEPRECATED ❗ : Superseded by @fdmg/design-system. See: https://github.com/FDMediagroep/fd-design-system

Build Status Coverage Status npm version

fd-breaking-news-alert

FD-themed breaking news alert.

Installation

  • Run npm i -D @fdmg/fd-breaking-news-alert

Demo

To run the demo, check-out this repository and run npm run build-demo. After the build succeeded you can open dist/demo.html with your webbrowser.

Usage

import BreakingNewsAlert from '@fdmg/fd-breaking-news-alert';
...
<BreakingNewsAlert
    cardStyle="default"
    onChange={this.onBreakingNewsAlertChange}
/>