What is a widget?
Widget is a small graphical element of the user interface that performs a specific function and displays information or provides the user with means for interaction. A widget can contain any logic, such as sending data to a server.
In widged.io, a widget consists of a widget flow, and as the user moves through it, various actions can take place, such as collecting data from the user, sending that data to the server, and much more!
Each flow is encapsulated in a web component, allowing you to use it just like a standard HTML tag.
You can learn more about use cases on the recipes page. We’d be happy to update the list if you share your interesting use case with us! Write to care@widged.io.