Skip to content

SiteBuildDeployConfigurationSurface

SiteBuildDeployConfigurationSurface(props): Element

A container element used to render the Site Build & Deploy Configuration surface. This component will take care of styling your component so it looks good in the ** Site configuration > Build & deploy** section of the Netlify UI.

Parameters

ParameterTypeDescription
propsSiteBuildDeployConfigurationSurfaceProps

Returns

Element

See

Surfaces.SiteBuildDeployConfiguration

Example

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