You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Surely, I am! I mean I gave up using an alternative module of this because it couldn’t be used from a child component to show contents over an existing content just like modal.
Feature Request
Why it is needed
This will the library to behave like a Modal View.
Possible implementation
We could introduce:
BottomSheetContainerProvider
: this will be responsible of:BottomSheet
view.BottomSheet
when user trigger the modal.useBottomSheetModal
: this will expose:present
a method that will mount the bottom sheet with initial close position, then snap to a provided snap point.dismiss
a method that will close the bottom sheet then unmount it.snapTo
a method to snap to a certain point.Code sample
BottomSheetContainerProvider
useBottomSheetModal
The text was updated successfully, but these errors were encountered: