Skip to main content

Widget Groups

Hypi Tink divides Widgets into different groups. Let's check these groups.

Basic

With Basic widgets, you can build simple as well as complex user interfaces. You need to know these widgets to build any application. It includes common widgets like Text, Icon, Button, etc.

Layout

A widget can be created using one or more other widgets. To compose multiple widgets into a single widget, Hypi Tink provides Layout widgets.

Widgets can be visible or invisible. Visible widgets like Text, Icon, Button can be aligned, constrained, arranged using invisible widgets with Layout features like rows, columns, and grids. Layout widgets provide shape and size to the basic widgets.

Buttons

Buttons are important widgets. They provide the user an opportunity to interact with the App and carry out certain functions. Most Apps display different kinds of buttons varying in styles and actions.

List

List widgets show different items from a list in various formats. You may have a List View showing different items one after another in a row or column. Or you can have a grid view showing list items in a grid format.

Forms

Form widgets are interactive widgets that process user inputs. To build behaviours like Google Forms, you can use form widgets.

Advance

These are advanced widgets with unique and advanced functions.

Other

Widgets that do not fit into the above categories are included as Other widgets.