1.0.6 • Published 4 years ago

web-component-demo-article v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago