SiteMetricsSurface
SiteMetricsSurface(
props):Element
A container element used to render the Project Metrics surface. This component will take care of styling your component so it looks good as a section rendered under the metrics navigation for projects in the Netlify UI.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
props | SiteMetricsSurfaceProps |
Returns
Section titled “Returns”Element
Surfaces.SiteMetrics
Example
Section titled “Example”import { SiteMetricsSurface } from "@netlify/sdk/react/components";
<SiteMetricsSurface> <div>Your surface content goes here</div></SiteMetricsSurface>