-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with code produced from Html2Feliz #68
Comments
children is a strange one. We can just alias it to |
|
We're a long way short on the SVG aspect. I'll take a look at FelizEngine and see what we have there |
I think we may omit Svg for now if it is too much work |
Hi Dave I am interested in exploring what it would take to make complete or more complete the SVG support in Sutil. Many thanks |
Hi Piotr Is there anything in particular you want to learn about? For example, "how to create SVG with Sutil", or "how to contribute to SVG in Sutil", or ... ? For "something more than a toy example", I find that it's best to create something I need, or that might help with an interest I have, or is just fun to implement. I created https://doodletoy.net exactly for that reason, to do something more than a toy (well, it is a toy, but the scope goes beyond a "todo list"). Let me know if I can help you |
Hi Dave Thank you for the prompt response. I really like the idea of a pure F# light svelte like framework with no major dependencies on the JS ecosystem. Your suggestion for me to explore doodletoy is really helpful as scanning the doodletoy docs I can see already there are a whole bunch of observations to the thoughts I was starting to form in preparation for building a "bigger than a toy" project. Now I just need to "go for it" ;-) Thanks again Piotr |
I tested it and we are still missing these two
Html.svg
prop.children
example usage of children is like this
The text was updated successfully, but these errors were encountered: