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