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.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
props | SiteDeploySurfaceProps |
Returns
Section titled “Returns”Element
Surfaces.SiteDeploy
Example
Section titled “Example”import { SiteDeploySurface } from "@netlify/sdk/react/components";
<SiteDeploySurface> <div>Your surface content goes here</div></SiteDeploySurface>