SiteBuildDeployConfigurationSurface
SiteBuildDeployConfigurationSurface(
props):Element
A container element used to render the Project Build & Deploy Configuration surface. This component will take care of styling your component so it looks good in the ** Project configuration > Build & deploy** section of the Netlify UI.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
props | SiteBuildDeployConfigurationSurfaceProps |
Returns
Section titled “Returns”Element
Surfaces.SiteBuildDeployConfiguration
Example
Section titled “Example”import { SiteBuildDeployConfigurationSurface } from "@netlify/sdk/react/components";
<SiteBuildDeployConfigurationSurface> <div>Your surface content goes here</div></SiteBuildDeployConfigurationSurface>