Skip to main content
Version: 2.14.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 field elements (inputs, radios, checkboxes, etc.)
  2. Image - allows you to configure an image in the document
  3. Text - a simple text can be configured via this component, a basic configuration is available
  4. Hint - multiple types of hints can be configured via this component
  5. Link - used to configure a hyperlink that opens in a new tab
  6. Button - Multiple options are available for configuration, the most important part being the possibility to add actions
  7. File Upload - A specific type of button that allows you to select a file
  8. Custom - custom components

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

ยปForm elements

Was this page helpful?