Skip to content

SiteConfigurationSurface

SiteConfigurationSurface(props): Element

A container element used to render the top-level Project Configuration surface. This component will take care of styling your component so it looks good as a project section listed under the top-level navigation for projects in the Netlify UI.

ParameterTypeDescription
propsSiteConfigurationSurfaceProps

Element

Surfaces.SiteConfiguration

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