Add a WidgetPlugin. This is a simplified version of basically everything from the js-plugins repo. The plugin author specifies a component, types supported, an optional icon, and then we register it to listen for panel open events matching the supported types. This should also wrap the component in our panel wrapper
Add a
WidgetPlugin. This is a simplified version of basically everything from the js-plugins repo. The plugin author specifies a component, types supported, an optional icon, and then we register it to listen for panel open events matching the supported types. This should also wrap the component in our panel wrapper