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