How images work on side panel and on canvas side?

I’m trying to insert the image reference within the competent board section without success. If it stays out , then, when you have dozen of images it become a real mess and you don’t understand the area where it is connected.

I don’t think you can add additional elements to a component instance.

You could add a placeholder to your main component. That lets you replace the placeholder with another component.

You can also insert a component with variants in your main component, which lets you apply different variants to different instances.

2 Likes

OK thanks I will try