I'm glad to see compose material3 has updated to beta release of 1.0.0-beta03. Though, I notice they still haven't added the implementation of something like a BottomSheetLayout
or BottomSheetScaffold
, which I'd like to apply in my material3 project.
Of course I can at least add the original androidx.compose.material
library as a dependency, but it's what I hope to avoid since I've already moved to the brand new material3 UI.
I wonder is there any solution or workaround to realize almost the same effect as a BottomSheetLayout
in current version of compose material3. Many thanks!