This package has been deprecated

Author message:

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

@fdmg/fd-latest-news
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

Build Status Coverage Status npm version Greenkeeper badge

fd-latest-news

FD-themed latest news.

Installation

  • Run npm i -D @fdmg/fd-latest-news

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 LatestNews from '@fdmg/fd-latest-news';
...
<LatestNews
    link="/laatste-nieuws"
    news={[{
        uuid: '1',
        dateTime: `11:18`,
        title: `Provinciale lijsttrekkers CDA: stop met 'drammen en dromen' over klimaat`,
        url: `https://fd.nl/economie-politiek/1288207/provinciale-lijsttrekkers-cda-stop-met-drammen-en-dromen-over-klimaat`
    }, {
        uuid: '2',
        dateTime: `11:15`,
        title: `Luchtvaartbedrijf Germania valt om`,
        url: `https://fd.nl/ondernemen/1288215/luchtvaartbedrijf-germania-valt-om`
    }, {
        uuid: '3',
        dateTime: `11:10`,
        title: `Britse dienstensector krijgt harde tik van brexit`,
        url: `https://fd.nl/economie-politiek/1288213/britse-dienstensector-krijgt-harde-tik-van-brexit`
    }, {
        uuid: '4',
        dateTime: `11:00`,
        title: `DNB: Bovag-garantie toch geen verzekering`,
        url: `https://fd.nl/ondernemen/1288299/dnb-bovag-garantie-toch-geen-verzekering`
    }]}
/>

Package Sidebar

Install

npm i @fdmg/fd-latest-news

Weekly Downloads

0

Version

2.0.3

License

ISC

Unpacked Size

10.5 kB

Total Files

4

Last publish

Collaborators

  • dirk-straat
  • willem_liu
  • sapulidi