SiteDeploySurface
SiteDeploySurface(
props
):Element
A container element used to render the Site Deploy page surface. This component will take care of styling your component so it looks good in the ** Deploys > [your site deploy page]** section of the Netlify UI.
Parameters
Parameter | Type | Description |
---|---|---|
props | SiteDeploySurfaceProps |
Returns
Element
See
Surfaces.SiteDeploy
Example
import { SiteDeploySurface } from "@netlify/sdk/react/components";
<SiteDeploySurface> <div>Your surface content goes here</div></SiteDeploySurface>