-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fable.Form.Simple with pure HTML? #35
Comments
Right now, Fable.Form/packages/Fable.Form.Simple/Form.fsi Lines 761 to 766 in 6e6b805
See how So there is 2 solutions:
Option 2, means re-coding If you are confused by the |
Version 5, is now renderer agnostic. Currently, we provide support for Sutil and React directly. But any UI library can work. At some point in time, I wanted to support Fable.Lit too but I already spent 10 more times on the update than I initially planned so I removed it. You can see, the initial Fable.Lit implementation in this commit. |
I'm trying to understand the code but I'm having a hard time groking it. Could you provide a sample on how to create like simple
asHtml
with no dependencies and just pure HTML? I'm trying to use Fable.Lit in this scenario.The text was updated successfully, but these errors were encountered: