Skip to content

SiteAccessConfigurationSurface

SiteAccessConfigurationSurface(props): Element

A container element used to render the Site Access Configuration surface. This component will take care of styling your component so it looks good in the Site Configuration > Access & security section in the Netlify UI.

Parameters

ParameterTypeDescription
propsSiteAccessConfigurationSurfaceProps

Returns

Element

See

Surfaces.SiteAccessConfiguration

Example

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