Join Slack
Powered by
The MUI Grid Component has the breakpoint properti...
# react
f
Florent Martin
08/01/2023, 3:40 PM
The MUI Grid Component has the breakpoint properties “xs”, “lg, “md”. After upgrading to newer Version of kotlin-wrappers,, I am not able to use it anymore and they are missing in
GridProps
. Is there a new way of using it?
t
turansky
08/01/2023, 7:33 PM
cc
@aerialist
a
aerialist
08/02/2023, 7:47 AM
Hello
@Florent Martin
, you now you should write an extension on your side Here is an example from my project -
https://github.com/karakum-team/kotlin-mui-showcase/blob/4d6598016c9898cceb0d3fe65[…]b2dff1d/src/jsMain/kotlin/team/karakum/common/MissedWrappers.kt
Also there is an issue for improving MUI declarations -
https://github.com/JetBrains/kotlin-wrappers/issues/1103
f
Florent Martin
08/02/2023, 8:58 AM
@aerialist
Thank you, i’ll give it a try
3
Views
Open in Slack
Previous
Next