Components overview
Components are the basic building blocks of your application. They include everything from your application UI (e.g., Button, Text, Image) to application logic (e.g., Loop, Sequence, Combine). There are three types of components in Uiflow:
Design components (e.g., Text, Button, List) are blue, appear in your UI, and may have interactive features.

Data components (e.g., Object, REST API, Variable) are green. They either store or retrieve information for your project, and are not part of your application UI.

Logic components (e.g., Transform, Loop, Sequence) are gray, manipulate data, and are not part of your application UI.

Note: The Logic Group component is the only orange logic component. It enables you to organize logic flows by grouping components into layers.
