How to use Component Library components in your solutionΒΆ


Using Binary Versions of components

Using binary versions of components involves just two simple steps.

Step 1: Create a component of the appropriate type, sub-type and flavour using the xpresso.ai Solution Builder

Step 2: Deploy the component when required - specify the custom Docker image provided in the component documentation in the deploy component screen (see below)


image1


Using Source Versions of components

Using source versions of components involves the following steps:

Step 1: Create a component of the appropriate type, sub-type and flavour using the xpresso.ai Solution Builder

Step 2: Make changes to the generated code as per your requirements, or as per the component documentation, and check the code into the code repository

Step 3: Build the component, in the same way that you build any custom component

Step 4: Deploy the component in the same way that you deploy any custom component