Hayley
04/02/2025, 11:56 AMJulius Kos
04/02/2025, 1:51 PMnpx @gooddata/plugin-toolkit dashboard-plugin init
This sets up everything you need without cloning a repository manually.
Please note: Not all plugin examples shown on our public
GoodData Docs site are available in the GitHub repo ā some are intended as inspiration or need to be implemented based on your use case.Once your plugin is ready and deployed (e.g., hosted on a public HTTPS URL), you can embed your dashboard using the SDK and load your plugin via the
extraPlugins
prop:
<Dashboard
dashboard={dashboardRef}
backend={backend}
workspace={workspaceId}
extraPlugins={[MyPluginWrapper]}
/>
Hayley
04/03/2025, 2:12 PM