Dash Samples
by John P. Giatropoulos
A Dashboard Generator
Installation
This package is available in the Dash app's Discover tab. You can also install it manually:
https://github.com/trops/dash-electron/releases/download/v0.0.60/dash-electron-v0.0.60.zipIncluded Widgets (8)
📦
SampleEventReceiverWidget
Demonstrates event listening via useWidgetEvents().listen().
📦
SampleEventSenderWidget
Demonstrates event publishing via useWidgetEvents().publishEvent().
📦
SampleGitHubWidget
Demonstrates GitHub MCP provider — search repos, list issues.
github (required)
📦
SampleGmailWidget
Demonstrates Gmail MCP provider — search and read emails.
gmail (required)
📦
SampleNotepadWidget
Demonstrates widget data persistence with storeData/readData.
📦
SampleReaderWidget
Listens for noteSaved events from SampleNotepadWidget and displays received notes.
📦
SampleSlackWidget
Demonstrates Slack MCP provider — list channels, send messages.
slack (required)
📦
SampleThemeViewerWidget
Demonstrates ThemeContext and useDashboard hook.