1.0.6 • Published 5 years ago

web-component-demo-article v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

#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>

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago