Skip to content

SiteLogsSurface

SiteLogsSurface(props): Element

A container element used to render the Site Logs surface. This component will take care of styling your component so it looks good as a section rendered under the logs navigation for sites in the Netlify UI.

Parameters

ParameterTypeDescription
propsSiteLogsSurfaceProps

Returns

Element

See

Surfaces.SiteLogs

Example

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