xpodev / seamless

A Python package for creating and manipulating HTML components. It is working similar to React.js, but in Python.
https://seamless.readthedocs.io
MIT License
11 stars 1 forks source link

Add support for SVG elements #61

Open neriyaco opened 1 month ago

neriyaco commented 1 month ago

Currently the library supports only HTML tags (div, span, p etc.).

It'll be great if we add support for SVG elements as well (circle, path, defs etc.). The full list of SVG elements is here.