Skip to content

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.

ParameterTypeDescription
propsSiteNotificationsConfigurationSurfaceProps

Element

Surfaces.SiteNotificationsConfiguration

import { SiteNotificationsConfigurationSurface } from "@netlify/sdk/react/components";
<SiteNotificationsConfigurationSurface>
<div>Your surface content goes here</div>
</SiteNotificationsConfigurationSurface>