Skip to content

TeamConfigurationSurface

TeamConfigurationSurface(props): Element

A container element used to render the Team Configuration surface. This component will take care of styling your component so it looks good on your extension’s details page in the Netlify UI, under Extensions > [your extension’s details page] > Configuration.

Parameters

ParameterTypeDescription
propsTeamConfigurationSurfaceProps

Returns

Element

See

Surfaces.TeamConfiguration

Example

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