Overview
Cards are reusable entities which can be used in different places and products. Therefore the integration of cards can be specific in each scenario. Parameters, actions and data sources should be handled in the hosting environment.

Responsibilities of the host environment
Depending on the specifics of the cards, the hosting environment is responsible to provide additional functionalities.
Responsibility | Description |
---|---|
Consuming in UI5 or HTML | Based on the project structure and used technologies, the card can be consumed as a UI5 Control or as an HTML custom element. |
Layout and sizing | Cards don't have their own specific size and depend on the container which they are placed and its responsiveness. |
Handling of card actions | Handling of actions and events, that occur on the cards content during user interactions. |
Host Actions | Optional application-level actions. |
Passing global parameters | Passing parameters to the integrated cards. |
Resolving destinations | Ensuring that the backend data required by the card is accessible. |
Integration Scenarios
You can see existing solutions and details how cards are integrated in different products:
Or if you are developing a solution yourself see Use Cards in Apps.