Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SwipeableDrawer] Add bleeding demo #24268

Merged
merged 4 commits into from Jan 4, 2021

Conversation

vicasas
Copy link
Member

@vicasas vicasas commented Jan 4, 2021

A new demo is added to the Material UI documentation to render the Swipeable Bleeding Drawer component or function Closes #24097

@mui-pr-bot
Copy link

mui-pr-bot commented Jan 4, 2021

Details of bundle changes

Generated by 🚫 dangerJS against 1111a3b

@oliviertassinari oliviertassinari changed the title swipeable bleeding demo [SwipeableDrawer] Add bleeding demo Jan 4, 2021
@oliviertassinari oliviertassinari added component: SwipeableDrawer The React component. docs Improvements or additions to the documentation labels Jan 4, 2021
Copy link
Member

@oliviertassinari oliviertassinari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not being able to swipe inside an iframe looks expected. I had a closer look. There are issues that would make it hard to solve to a point where it's not worth it. For instance, the event touch positions are relative to the parent window. Instead, we can encourage developers to do what you just did, open the demo in codesandbox.

@vicasas
Copy link
Member Author

vicasas commented Jan 4, 2021

Yes it looks great!

@oliviertassinari
Copy link
Member

@vicasas It's a great first pull request on Material-UI 👌🏻. Thank you for working on it!

@vicasas
Copy link
Member Author

vicasas commented Jan 4, 2021

@oliviertassinari thanks to you as well for all the help along the way. I hope it is the first of many more 🚀🚀🚀. I love Material UI 😍

@oliviertassinari oliviertassinari added the component: drawer This is the name of the generic UI component, not the React module! label Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: drawer This is the name of the generic UI component, not the React module! component: SwipeableDrawer The React component. docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SwipeableDrawer] Add bleeding bottom demo
3 participants