hrach / navigation-compose-ext

Extensions for Jetpack Navigation Compose: Material 3 BottomSheet, custom ModalSheet, Results and more.
MIT License
24 stars 3 forks source link

Add Modifier parameter to BottomSheetHost #32

Closed sebastianmarschall closed 3 months ago

sebastianmarschall commented 4 months ago

It would be great if you could add a Modifier parameter to BottomSheetHost and pass it through to androidx.compose.material3.ModalBottomSheet.

What do you think?

That being said, great library!

hrach commented 4 months ago

Makes sense! Feel free to create PR before I get to it :) Thx.

hrach commented 3 months ago

Closed by #33