izaccavalheiro / izac-cavalheiro-web-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built With Stencil

ic-webcomponents

This is the Web Components Library for my personal website.

How to use

Insert lines below inside HTML head tag:

<script src="https://unpkg.com/@webcomponents/webcomponentsjs@2.4.3/webcomponents-loader.js"></script>
<script type="module"
  async
  src="https://unpkg.com/ic-webcomponents@0.0.5/dist/ic-webcomponents/ic-webcomponents.esm.js"
></script>

Development

yarn install
yarn start

Build

yarn build

About

License:MIT License


Languages

Language:TypeScript 63.7%Language:CSS 18.8%Language:HTML 17.5%