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
Parameter | Type | Description |
---|---|---|
props | SiteGeneralConfigurationSurfaceProps |
Returns
Element
See
Surfaces.SiteGeneralConfiguration
Example
import { SiteGeneralConfigurationSurface } from "@netlify/sdk/react/components";
<SiteGeneralConfigurationSurface> <div>Your surface content goes here</div></SiteGeneralConfigurationSurface>