-
Notifications
You must be signed in to change notification settings - Fork 910
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
Material components with react TSX #4428
Comments
A solution for React components maaaay be coming 👀 In the meantime, check out https://lit.dev/docs/frameworks/react/ for a nice way to generate wrappers for these components to use in React. |
Tracking in #4432 |
Hey @asyncLiz - A solution for React components exists here: https://github.com/grayhatdevelopers/material-web-react Working on it actively. I'd love to hear your suggestions because, as a maintainer of this repo, you'd have really good insights on how I can structure the components. |
@asyncLiz, does material web team have a plan to follow android compose code style? After all, android compose is belong to google. react is belong to facebook(meta). If you have such a plan, I can understand more source codes about material design. compose and tsx are the similar, I recommand material web team can try and try. |
Hi! Is there anyway to use material components in my react project, in .tsx file?
The text was updated successfully, but these errors were encountered: