@coding-blocks/web-components

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.

Usage no npm install needed!

<script type="module">
  import codingBlocksWebComponents from 'https://cdn.skypack.dev/@coding-blocks/web-components';
</script>

README

CB Web-Components

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.

Components List

  • Promotion Banner

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>