GitHub Link To Import Changes: https://github.com/ServiceNowTechnolo...
What are pages in UI builder?
Answer: An experience contains a collection of pages that include content for users to manage their work, find information, and get help. So, what makes up a page? A page consists of layouts and components.
LAYOUT
-------------------------------------------------------------------------------------------------------------------
A layout allows users to specify how a UI Builder page is organized. They are the first step in configuring a page. The UI Builder layout system includes the following options:
Basic Column Layouts: pre-defined layouts containing up to six columns.
Advanced Flexbox and CSS Grid layouts: offer more flexibility in design.
COMPONENTS
----------------------------------------------------------------------------------------------------------------------
Components are the very basic elements of a page that are used to add various elements to the user interface including
menus, data lists and forms, images, buttons, graphical reporting, etc.
What are page variants in UI builder?
Answer: All pages are considered variants. When you create a new page, it is automatically specified as the Default variant. If you want to create variations of the same page targeted to a specific user audience or some other condition, you can create additional variants. A page variant displays a different version of a page using the same URL path.