Skip to content

ConnectConfigurationSurface

ConnectConfigurationSurface(props): Element

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

Parameters

ParameterTypeDescription
propsConnectConfigurationSurfaceProps

Returns

Element

See

Surfaces.ConnectConfiguration

Example

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