react-google-lighthouse-fab
v1.0.1
Published
React Floating Access Button (FAB) for Google Lighthouse Reports
Downloads
2
Maintainers
Readme
This is a Floating Access Button component for Google Lighthouse Reports.
It's intended for developers that want to highlight their web applications' performance scores.
Demo
You can demo component via storybook.
Get Started
Begin by installing the component via npm:
npm install react-google-lighthouse-fab
Once installed, import the component into your project:
import { LighthouseFab } from 'react-google-lighthouse-fab';
Once imported, pass the component a gistId (where your lighthouse report is hosted):
<LighthouseFab gistId={your_reports_gistId}/>
Google Lighthouse Report
Google Lighthouse Viewer
Storybook
Documentation
Contribution
If you'd like to expand upon the component, please submit a PR (I'll almost certainly approve it).