-
Notifications
You must be signed in to change notification settings - Fork 67
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
Use JS React components from Dart (e.g., Material-UI) #109
Comments
Yes, it is possible to use JavaScript React components, though it's not very straightforward at this time... We can use this issue to track the documentation/support around that. There was some code written to use JS components in an older version of react-dart, but that needs to be updated. I'll see if I can get some code posted early this week. |
Sorry for the delay! I blame the holidays 😄. Got together a PR to add support and an example for using JS components with react-dart: #112. A couple tests to add still, but it should be about done Also, I went ahead and ported one of the Material-UI examples to use react-dart! You can see that here: https://github.com/greglittlefield-wf/material-ui-webpack-example Let me know if you have any questions about that code or any feedback regarding this work! |
Sorry to comment on old issue. |
Is it possible to use a component from the Material UI components? If so, is there an example?
(didn't know where to post this question)
The text was updated successfully, but these errors were encountered: