web-component-demo-article

1.0.6 • Public • Published

#Web Components Demo

import 'web-component-demo-article';

Provide data in json format
make sure keys should be same

example

const data = { title : "This is title", urlToImage:"https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png", description: "This is description" }

article with image

<news-article article={JSON.stringify(data)}> </news-article>

article without image

<article-headline article={JSON.stringify(data)}></article-headline>

Readme

Keywords

Package Sidebar

Install

npm i web-component-demo-article

Weekly Downloads

1

Version

1.0.6

License

ISC

Unpacked Size

16.2 kB

Total Files

9

Last publish

Collaborators

  • rishisahu20