Skip to content

SiteAccessConfigurationSurface

SiteAccessConfigurationSurface(props): Element

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

ParameterTypeDescription
propsSiteAccessConfigurationSurfaceProps

Element

Surfaces.SiteAccessConfiguration

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