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