Skip to content

SiteNotificationsConfigurationSurface

SiteNotificationsConfigurationSurface(props): Element

A container element used to render the Site Notifications Configuration surface. This component will take care of styling your component so it looks good in the Site configuration > Notifications section of the Netlify UI.

Parameters

ParameterTypeDescription
propsSiteNotificationsConfigurationSurfaceProps

Returns

Element

See

Surfaces.SiteNotificationsConfiguration

Example

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