How to...
Launchpad
The io.Connect Launchpad is a web app that is available as a React Component on NPM as part of the @interopio/home-ui-react
library. You can use the component in your own apps and also modify it to suit your specific business needs and requirements.
Custom Toolbar
Once you have implemented a toolbar, you must host it, create an app definition file for it and add it to your app store. Make sure to set the "shell"
top-level key in the app definition to true
:
{
"shell": true
}
Set to false
the "useEmbeddedShell"
top-level key in the system.json
system configuration file of io.Connect Desktop:
{
"useEmbeddedShell": false
}
Restart io.Connect Desktop for the changes to take effect.
Styles
To customize the styles of the Launchpad, use the dedicated CSS variables provided by the io.Connect themes.