react-swipeable-bottom-sheet icon indicating copy to clipboard operation
react-swipeable-bottom-sheet copied to clipboard

A swipeable material's bottom sheet implementation, using react-swipeable-views

Results 17 react-swipeable-bottom-sheet issues
Sort by recently updated
recently updated
newest added
trafficstars

Having this strange issue on iphones, the same code works fine on android and desktop but it breaks when it comes to iOS. Whenever I scroll down then lift my...

Cannot install package by npm nor manually including it in my project

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

like this first mode is invisible bottom sheet ![image](https://user-images.githubusercontent.com/40948849/140750061-0bbebeda-97ce-44fd-a610-a4e911696aa8.png) second mode ![image](https://user-images.githubusercontent.com/40948849/140750196-31267ff8-0d4a-436f-8eb3-3cba681893fc.png) and last mode ![image](https://user-images.githubusercontent.com/40948849/140750235-8cd30306-27fc-41cf-b0f9-87255db822e1.png)

Can i do this ? Modal rendered and transform move it outside screen But in ios safari (with bounce effect) we can watch for it transformed modal (only if parent...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

There is an accessibility problem with the current implementation affecting visually impaired screen reader users. When the bottom sheet is expanded, the attribute `aria-hidden=true` is set on the container element....

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...

dependencies

Hi there, I just set the `open={isOpen}` to use the controlled component, but when it's true and the body content is scrollable, swiping up causes a jump on scroll. This...