Replies: 1 comment 1 reply
|
You can integrate web components seamlessly into your solid app, as it will render any DOM you throw at it. It even allows fine-grained control over whether props should be used as DOM attributes or properties. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
in the last few days im playing around with package direflow, to convert react component into web component, as it turns out it will be good if i can use web component to solidjs as it stand now solidjs doesn't have much ui
tool library like react does, e.g: framer, chakra-ui, etc.
so my question is, does solidjs already capable to implement custom web component from another framework ?
thanks you!.
All reactions