Using HTML component

I am experimenting with the HTML component to integrate CKEditor.
I got it to work, but on the IDE, the HTML component is completely invisible (I can only find it using the Outline tab) and it also doesn't have any style properties available.
Is this the expected behavior?

image

image

The HTML component renders it contents and sizes accordingly. Since the ckeditor isn't a known component during design time it doesn't display at all. So yes, this is the expected behavior at the moment.

1 Like

Is there currently a way to make the designer "aware" of the component type and render something? Thanks.