SiteConfigurationSurface
SiteConfigurationSurface(
props
):Element
A container element used to render the top-level Site Configuration surface. This component will take care of styling your component so it looks good as a site section listed under the top-level navigation for sites in the Netlify UI.
Parameters
Parameter | Type | Description |
---|---|---|
props | SiteConfigurationSurfaceProps |
Returns
Element
See
Surfaces.SiteConfiguration
Example
import { SiteConfigurationSurface } from "@netlify/sdk/react/components";
<SiteConfigurationSurface> <div>Your surface content goes here</div></SiteConfigurationSurface>