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
Parameter | Type | Description |
---|---|---|
props | SiteLogsSurfaceProps |
Returns
Element
See
Surfaces.SiteLogs
Example
import { SiteLogsSurface } from "@netlify/sdk/react/components";
<SiteLogsSurface> <div>Your surface content goes here</div></SiteLogsSurface>