react-modal-sheet
react-modal-sheet copied to clipboard
Flexible bottom sheet component built with Framer Motion to provide buttery smooth UX while keeping accessibility in mind 🪐
When using detent: "content-height" and dynamically adding/removing elements from the Sheet.Content, the Sheet grows or shrinks to the height of the content as expected. However, it'd be great if the...
I was looking for a way to make the sheet a bit more sensitive, since it felt like it took too much effort to flick closed. Saw that these values...
I install library and dependency too and then written code and when I tried to open the bottom sheet it says  My code - ` setModalVisible(false)}> `
`draggableAt` of the following example does not work on my device: https://github.com/Temzasse/react-modal-sheet/blob/HEAD/example/components/ScrollableSnapPoints.tsx https://temzasse.github.io/react-modal-sheet/#/scrollable-snap-points What I expected is that, when the content is scrolled to top, the sheet is draggable.
Library version: 4.4.0 Using Safari mobile with the Sheet component configured to open only a specific component clicks. **Action**: swiping up page content **Expected results**: I should be able to...
Hello, After upgrading from 4.0.2 to 4.1.0, we started to have an issue with the scroller, that takes too much vertical space and hides content that used to stick at...
What would you recommend doing if I want the content, or text within a sheet to be selectable, without dragging the sheet? I need some text to be selectable on...
When interacting with a button inside the modal that closes it, attempting to drag (touch and move) over this button and then releasing on the same button triggers an error:...
Difficult to explain, but ironically the mobile component works pretty bad with on-screen keyboard: It snaps chaotically and when keyboard is closed it doesnt always reset to its original snap...
I am trying this module in my page. However, I cannot see the sheet in view because we set transform value is css. Also, we do not have this behavior...