section

Sections are the building blocks of your user interface that might use design templates for their structure, and contain such interactive UI elements as fields, buttons, lists, and so on.

A section creates a functional chunk of a user interface, and it can be reused throughout your application for improved consistency and efficient development. For example, your application may need to display user data as a list of ID cards. You can create a section for the contents of a card, and then reuse that section so that the design of every card is consistent.

The following example is a sample section that is designed to collect personal information:

Section that includes layout for capturing personal information