Are there any thoughts about providing a default s...
# compose-web
g
Are there any thoughts about providing a default styling for the Widget entities? For example, using mdc as discussed in a previous thread?
b
Ideally
MaterialTheme
could work just like it does on Desktop compose, right?
g
That would be ideal. But even if you got to 80% or 90% commonality I think that would be valuable. Some platform specific exceptions are likely. In my opinion, if the widgets approach has API compatibility but not look and feel compatibility, then it's no better than using the DOM because you'll have to do so much styling you won't be able to reuse much UI code from other platform implementations.
👌 3