It is a bundle of fast, context-free components that can be used on pages as custom HTML elements. They have isolated small css for faster loads and run inside shadow dom.
Shows promotion banner from api.
<div>
<promotion-banner />
</div>
.....
.....
.....
<script src="https://unpkg.com/@coding-blocks/web-components@0.0.1/dist/index.js" async></script>
</body>