Skip to content

SiteDeploySurface

SiteDeploySurface(props): Element

A container element used to render the Site Deploy page surface. This component will take care of styling your component so it looks good in the ** Deploys > [your site deploy page]** section of the Netlify UI.

Parameters

ParameterTypeDescription
propsSiteDeploySurfaceProps

Returns

Element

See

Surfaces.SiteDeploy

Example

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