Display multiple apps in checkout editor

I’m just getting started with developing checkout extensions and I noticed some apps that display multiple apps in the checkout editor for example, one app for delivery date and another for checkout upsell (in the image, delivery date and VAT id field show up from the same app developer).

I’m wondering how I can do this in React. Is there a way I can setup the rendering to accomplish this.

I’ve attached an image to illustrate what I’m referring to.

Hi Turbofan1178,

It’s possible these apps are displayed in the theme editor based on personalisation. Just to confirm, these are not apps which are currently installed, correct?

Thanks @Liam for replying to my post. I actually figured it out, I realised the extensions folder could contain multiple extensions so generating a new extension with

npm run shopify app generate extension -- --type checkout_ui --name=my-checkout-ui-extension

and enabling it in the partners dashboard did the trick.

Great to see you figured it out - nice work!