Understand components

Use Breeze and Horizon components to customize and create pages

Breeze

Breeze components are the basic building blocks of the User Interface which can be used by developers to construct more complex UI experiences. These components do not contain any business logic and can be pulled in by developers who use them to build out their custom components.

An example of a Breeze component would be an avatar or a button. For more information and to view the available components, please see the Design System documentation.

Horizon

Horizon components are larger blocks. They can include Breeze components and allow for more complex behavior and business logic.

An example of a Horizon component would be a Listview. For more information about Horizon components, please see the Component library.