Skip to main content
Version: 3.0.0

Root components

Root components (layout elements) are used to group different types of components, each having a different purpose:

  • Container - used to group and configure the layout for multiple components of any type
  • Custom - these are Angular components developed in the container application and passed to the SDK at runtime, identified here by the component name
  • Card - acts like a Container component; it also has the option to become an accordion

The root component can hold a hierarchical component structure as follows

Available children for Card and Container are:

  1. Form - used to group and align form elements (inputs, radios, checkboxes, selects, switches)
  2. Text area - a simple text area can be configured via this component, a basic configuration is available
  3. Image - allows you to configure an image in the document
  4. Link - used to configure hyperlinks
  5. Button - multiple options are available for configuration, the most important part being the possibility to add actions
  6. File Upload - a specific type of button that allows you to select a file
  7. Custom - custom components

For more information about the form elements, check the following section:

ยปForm elements

Was this page helpful?