VisualEditorConfigurationSurface
VisualEditorConfigurationSurface(
props
):Element
A container element used to render the Visual Editor Configuration surface. This component will take care of styling your component so it looks good under Site configuration > Visual editor > Content sources > Add a content source in the Netlify UI.
Parameters
Parameter | Type | Description |
---|---|---|
props | VisualEditorConfigurationSurfaceProps |
Returns
Element
See
Surfaces.VisualEditorConfiguration
Example
import { VisualEditorConfigurationSurface } from "@netlify/sdk/react/components";
<VisualEditorConfigurationSurface> <div>Your surface content goes here</div></VisualEditorConfigurationSurface>