How-to guides
📄️ Using CDN bundle
Via CDN we provide a code as ECMAScript modules (ESM) which has shared chunks between different widgets.
📄️ Using widgets with React
In this tutorial, you'll learn how to easily integrate widgets into React, using the WatchList widget as an example.
📄️ Using widgets with Vue
In this tutorial, you'll learn how to easily integrate widgets into Vue, using the WatchList widget as an example.
📄️ Using widgets with Angular
In this tutorial, you'll learn how to easily integrate widgets into Angular, using the WatchList widget as an example.
📄️ Using widgets with Windows Forms (.NET)
In this tutorial, you'll learn how to easily integrate widgets into Windows Forms, using the WatchList widget as an example.
📄️ Styling
Widgets enable you to seamlessly integrate new functionality into your application. However, the default appearance
📄️ Persisting widget state
In this tutorial, we'll explore how to persist the state of a widget, allowing it to be restored later,
📄️ Linking widgets
Throughout this guide, we'll explain the process of linking multiple widgets together.
📄️ Extend widget UI
In this tutorial, we'll explore how to extend your widget UI. Slots allow you to dynamically insert and update HTML elements within your widget, providing flexibility in customizing the widget's content.
📄️ Token-based authentication
Data services require specifying authentication headers/tokens to access data.