Getting Started with Web Components by Prateek Jadhwani

Getting Started with Web Components by Prateek Jadhwani

Author:Prateek Jadhwani
Language: eng
Format: epub, mobi
Tags: COM060130 - COMPUTERS / Web / Design, COM060160 - COMPUTERS / Web / Web Programming, COM051270 - COMPUTERS / Programming Languages / HTML
Publisher: Packt Publishing
Published: 2019-08-09T06:04:27+00:00


Once this is done, we can set up our Readme.md file for a demo section.

You can add to the Readme.md file about the attributes, and how it can be used as shown here:

```html

<profile-info

name="John Doe"

designation="Frontend Engineer - Marketing"

id-number="PRC-1455"

picture-src="./john-doe.png"

employee-type="ft">

</profile-info>

```

Now you are ready to publish your Web Component on to the NPM JS site. Just type npm publish and it will push your code onto the site.

You can find the <profile-info> Web Component here at https://www.npmjs.com/package/profile-info:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.