caniuse-web-component

all components are bundled in can-i-use.js

<script defer src="/can-i-use.js"></script>

can-i-use

A web component that shows browser support in a compact form.

example of can I use webcomponent

<can-i-use
  type="custom-elementsv1"
  browsers="['firefox', 'chrome', 'edge' , 'safari', 'ie', 'opera']"
></can-i-use>

can-i-use-total

A web component that shows the support percentage for full support, partial support and total support.

example of can I use total webcomponent

<can-i-use-total type="custom-elementsv1"></can-i-use-total>

development

npm run dev

Navigate to localhost:5000