Skip to main content
EditorComponentRegistry is a list of custom components that can be passed to the components prop of EditorProvider

Example

<EditorProvider
  components={{
    Switch: CustomSwitch,
  }}
/>

Properties

KeyInterface
SwitchSwitchComponent
The set of overridable components will grow over time. If you need a component that isn’t listed here, let us know.