Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 418 Bytes

Web Component Demo

This demo project explains how to create a reusable custom html element without using a framework.

Example:

<body>
<x-js-show  name="Rukshan"></x-js-show>
<x-js-show  name="Malith"></x-js-show>
<x-js-show  name="Sumana"></x-js-show>
</body>

To start the demo application,

yarn install

yarn start

Video Tutorial : https://www.youtube.com/watch?v=mvkivUSIzg0