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.
<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.
<can-i-use-total type="custom-elementsv1"></can-i-use-total>
development
npm run dev
Navigate to localhost:5000