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