Application
What is Application?
Application is a react component that will be rendered within a column inside any workspace in Dashboard.
A plugin can register one Application, and that application can then be mounted multiple times in one or more workspaces.
What does Application look like?
Application component can be your own component or you can extend Application base component from Plugin-API
How to register an Application?
Like any other main component, from your main index.js
file where you register your plugin, import your Application and pass it down with the register() method from Plugin-API
Last updated
Was this helpful?