Is there a Material library that I can use in Comp...
# compose-web
j
Is there a Material library that I can use in Compose Web?
b
Not that I know of, but you can copy or track my progress here . I'll be wrapping a lot more of mdc components over the weekend.
Might even publish that module as a standalone library if I wrap enough of them and there's a demand for it in the community.
👌 2
h
Biggest hurdles are the different apis, custom modifier handling and missing foundation. I am currently writing a shared module between android/web for my project, and using expect/actual takes some time
g
If you aren't committed to the Material UI, Philip started this project to wrap bootstrap and I've also been contributing: https://github.com/hfhbd/bootstrap-compose
👍 2
🙏 1
👀 1
r
@Big Chungus Did you drop MDC integration? I don't see it in the kamp repo any more.
b
It's in feature/compose branch. Still slowly crunching it up to release
👍 1
Not as much free time these days as I'd like