SiteNotificationsConfigurationSurface
SiteNotificationsConfigurationSurface(
props):Element
A container element used to render the Project Notifications Configuration surface. This component will take care of styling your component so it looks good in the Project configuration > Notifications section of the Netlify UI.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
props | SiteNotificationsConfigurationSurfaceProps |
Returns
Section titled “Returns”Element
Surfaces.SiteNotificationsConfiguration
Example
Section titled “Example”import { SiteNotificationsConfigurationSurface } from "@netlify/sdk/react/components";
<SiteNotificationsConfigurationSurface> <div>Your surface content goes here</div></SiteNotificationsConfigurationSurface>