web-component-designer icon indicating copy to clipboard operation
web-component-designer copied to clipboard

A Designer for HTML Components or Pages in a WebComponent

Results 114 web-component-designer issues
Sort by recently updated
recently updated
newest added

Have you tried to build the project demo with webpack or tried to host it in iis Server ? I have many problems and can’t build it with wepback and...

Check how we could draw the resize/selection overlay around a rotated object (or otherwise transformed) - [x] try to draw the lines without 1px x 1px helper div... use matrix...

- [x] Draw not rotated rectangle around object while moving - [ ] Show position ![image](https://user-images.githubusercontent.com/5232626/175105654-8ded039c-f2e0-41e5-bf97-facea38309b6.png) - [x] Apply Extension only once. Implement start method via PointerTool.

As a user of the designer I want be able to transform the elements. I'd like to be able to **rotate** & **skew** the elements. During rotation the current angle...

epic

http://www.useragentman.com/blog/2011/01/07/css3-matrix-transform-for-the-mathematically-challenged/ https://stackoverflow.com/questions/12007971/dragging-resizing-css-transformed-elements

Think about using chained transforms for better readability. For 3d transformations there are rotate3d, translate3d, ... available. It's not a must to use matrix3d.