Chris B
08/12/2024, 3:11 PMModalNavigationDrawer
available in multiplatform, or just Android and Desktop? And is there an easy way to just see what UI widgets are available?Ivan Matkov
08/12/2024, 3:40 PMIsYesavailable in multiplatformModalNavigationDrawer
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
Chris B
08/12/2024, 3:43 PMModalNavigationDrawer
in my project, it suggested importing it from androidx.compose.material3:material3-android
or androidx.compose.material3:material3-desktop
Chris B
08/12/2024, 3:44 PMandroidx.compose.material3:material3-ios
isn't an option.Ivan Matkov
08/12/2024, 3:46 PMcompose.material3
in your gradle configChris B
08/12/2024, 3:47 PMIvan Matkov
08/12/2024, 3:47 PM