-
Hi, But if we want to add new component for a new plugin (external to slate-plugins), should we specify it in createSlatePluginsComponents(MyPluginComp) or is it possible to specify it in createMyPugin function ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can add/override any component with the first parameter or create your own factory, see https://slate-plugins.udecode.io/docs/styling#factory |
Beta Was this translation helpful? Give feedback.
You can add/override any component with the first parameter or create your own factory, see https://slate-plugins.udecode.io/docs/styling#factory
Plugin factories (createXPlugin) don't have component parameter.