Skip to content

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.

ParameterTypeDescription
propsSiteMetricsSurfaceProps

Element

Surfaces.SiteMetrics

import { SiteMetricsSurface } from "@netlify/sdk/react/components";
<SiteMetricsSurface>
<div>Your surface content goes here</div>
</SiteMetricsSurface>