Skip to main content

Creating Information

Information is the content, function, and connection information that goes inside a component. In other words, it's data that explains what each composition element (button, card, input field, etc.) shows, what actions it performs, and where it connects to within each screen.

It's not an independent screen unit and is always included within a component. You can think of it as the stage where you fill in meaningful content after designing the structure.


Types of Information​

1. Content​

Information shown to users, with the following attributes that can be specified:

  • Text, Number, Image, Video, DateTime, Link, Score, Toggle, Identifier(ID)
Examples
  • Email
  • Product name
  • User profile picture, etc.

2. Feature​

Defines the actions users perform and their results to achieve their goals.

Examples
  • Add to cart
  • Make payment
  • Report

Represents connection information with other screens. You can specify the exit point (component) and entry point (page or modal).

Examples
  • Login button β†’ Home page

πŸ›  Where to create and how to connect?​

βœ… Information is created in the Inventory.​

  • You can directly create desired items from content, features, or connections in the 'Information' tab of the inventory.
  • A single piece of information can be reused by connecting it to multiple components.

βœ… Connections are made at the component level.​

  • Each component has an 'Add Information' button.
  • When you click the button, you can select and connect desired information from the items in the inventory.
  • Connected information is displayed as a composition element of that component.