Hello!
I wrote a two-window html-page editor that shows svg-rectangles (elements) in one browser, a ready-made html-page in another. When you move a rectangle in the first browser or change its properties, the page on the second browser is updated using the websosket protocol.
Elements can be:
- HTML teg
- HTML code fragment from the forms repository
- SVG code fragment from the forms repository
- Component written in Python
I would like to integrate with Dash
You can see here http://sova.online/en
Best regards, Alexey Nosikov