📄️ Creating your first own widgetTelestion Client projects need their custom widgets. Thankfully, the Telestion tooling makes it straightforward to generate new widgets. Learn how to bootstrap a new widget and include it in a dashboard.
📄️ Building the UI using React SpectrumThe Telestion Client ecosystem uses the Adobe Spectrum Design system for its UI. Learn how to use the React Spectrum implementation to build your widget's UI.
📄️ Connecting the widget with the Event BusUse the APIs provided by the `@wuespace/telestion-client-core` package to integrate your widgets into the Application's event bus to visualize actual Telemetry data and send Telecommands.
📄️ Adding configuration optionsMake your widget configurable and re-usable by adding configuration options
📄️ Writing a static dialogDialogs are an essential part of every UI framework. Learn how you can efficiently write and configure static dialogs with the Telestion Client Common package.
📄️ Writing a stateful dialogDialogs can do much more than just showing static content. Learn how you can create a stateful and complex dialog with the Telestion Client Common package.