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