-
Notifications
You must be signed in to change notification settings - Fork 0
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
Current Status and Goals #2
Comments
hi
current version is updated to purs v0.14 i'm using it in https://github.com/srghma/purescript-halogen-nextjs (WIP, doesnt compile yet on srghma/purescript-halogen-nextjs@e072ed7) you will need https://github.com/srghma/my-purescript-package-sets the compiled version of you have seen it in https://srghma.github.io/purescript-halogen-material-components-web/
currently we have:
P.S. I will not probably use ripples in my own project (which requires component with state), just HTML of a button
other components: I would like to add them, but don't know when, I need table and form components if you want to help with adding them you should check:
|
Thank you for the quick response. https://github.com/purescript-react-basic-mui/purescript-react-basic-mui |
it's for react, not halogen pros of halogen is that it can be much faster than react and smaller in size (because it is without legacy code) it already gives much more control over when to do rendering cons is that:
|
Hi @srghma! I am looking for a UI library for Halogen which looks good on mobile. I have tried the live demo:
https://srghma.github.io/purescript-halogen-material-components-web
First of all, thank you for building such a library. Second, there are a lot of components missing in comparison to
https://aforemny.github.io/material-components-web-elm
Are you planning to implement them?
I also tried to the
old-impl
:Does it have more components? What do I have to do to see the demo?
Thanks!
The text was updated successfully, but these errors were encountered: