mixt icon indicating copy to clipboard operation
mixt copied to clipboard

Write html components directly in python and you have a beautiful but controversial MIXTure

Results 6 mixt issues
Sort by recently updated
recently updated
newest added

Hello, thanks for this amazing package. When trying to run this using python 3.10 I first get some errors about collections.Iterator that are easily fixed, but then I got this...

I found no way to leave feedback, so I just use this issue tracker. I hope this is ok for you. Do you know htmx? https://htmx.org/ I think mixt and...

It would be nice if you could iterate through the html element so you can use Mixt for creating flask responses without having to cast it into a string.

I like to use the Django forms library. But I am not happy with django templates or [format_html()](https://docs.djangoproject.com/en/3.1/ref/utils/#django.utils.html.format_html) Django has the concept of [SafeString](https://docs.djangoproject.com/en/3.1/ref/utils/#module-django.utils.safestring) so that unsafe data gets escaped,...

It is very interesting project. However, I'd like to translate to a dictionary node than a class object. How should I look into? I mean: `` could translate to `{...