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