Web component to show web vitals on your page
yarn add web-vitals-wc
<script type="module">
import 'web-vitals-wc/web-vitals-wc.js';
</script>
<web-vitals-wc></web-vitals-wc>
See examples
See Web Vitals
yarn start
To run a local development server that serves the basic demo located in demo/index.html
To run the suite of Web Test Runner tests, run
yarn test
To run a local instance of Storybook for your component, run
yarn storybook
Contributions, issues and feature requests are welcome!
Feel free to check issues page
Give a ⭐️ if this project helped you!
Copyright © 2021 Benjamin Pickford.
This project is MIT licensed.