uce-template icon indicating copy to clipboard operation
uce-template copied to clipboard

Allow attributes to the component itself

Open WebReflection opened this issue 3 years ago • 1 comments

The current logic deals well with components content, but not with components themselves:

  • ensure attributes and events are preserved once rendered
  • ensure holes in the container attribute are applied to the element itself
  • ensure next Windows 95 like inception won't happen ever again

Screenshot from 2020-12-28 16-59-52

WebReflection avatar Dec 28 '20 16:12 WebReflection

Update I think props here solve it all and the fact events can be set in the definition helps too ... I need to re-think if this is even a bug, or an inevitable design choice.

WebReflection avatar Jan 20 '21 20:01 WebReflection