lucacivale / Maui.BottomSheet

Native BottomSheets in .Net Maui!
MIT License
16 stars 3 forks source link

Non-Modal BottomSheet #6

Open Frizbi22 opened 8 months ago

Frizbi22 commented 8 months ago

I would like to request a feature to support non-modal BottomSheets in the library. Currently, the library provides excellent support for modal BottomSheets, but a non-modal option would be beneficial for use cases where the BottomSheet needs to remain persistent while allowing interaction with the underlying content.

lucacivale commented 8 months ago

Yes, this feature is definitely missing! Had a lot to do lately but I'll start soon working on this. You are also welcome to create a PR if you want to :grin:

softlion commented 6 months ago

Ahhhhhhh there is no modal version ? I'm using The49 version of the bottomsheet library, but I prefer the architecture of your lib.

But I need the version that remains persistent like Frizbi22.

And also be able to specify the detents like in The49 would be great:

    <bottomSheet:BottomSheet.Detents>
        <bottomSheet:FullscreenDetent/>
        <bottomSheet:MediumDetent IsDefault="True" />
        <bottomSheet:HeightDetent Height="100" />
    </bottomSheet:BottomSheet.Detents>
lucacivale commented 6 months ago

No, currently there is no modal version. I know it's missing and it will be implemented in the future but I don't know when. If you have any implementation ideas feel free to share them. This way we can speed up the implementation.

edgiardina commented 5 months ago

Upvoting