Skip to content

SiteDeploySurface

SiteDeploySurface(props): Element

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

ParameterTypeDescription
propsSiteDeploySurfaceProps

Element

Surfaces.SiteDeploy

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