Is `ModalNavigationDrawer` available in multiplatf...
# multiplatform
c
Is
ModalNavigationDrawer
available in multiplatform, or just Android and Desktop? And is there an easy way to just see what UI widgets are available?
i
Is
ModalNavigationDrawer
available in multiplatform
Yes
or just Android and Desktop?
Why this subset of platforms?
And is there an easy way to just see what UI widgets are available?
IDE suggestions, docs
c
When I tried to use
ModalNavigationDrawer
in my project, it suggested importing it from
androidx.compose.material3:material3-android
or
androidx.compose.material3:material3-desktop
Which implies
androidx.compose.material3:material3-ios
isn't an option.
i
You need to use JetBrains artifacts for Compose multiplatform. You can include material3 by
compose.material3
in your gradle config
c
So the Android Studio autocomplete should be ignored?
i
yes, for adding this dependency