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

feat: add bottomSheet page type #155

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

miaosun009
Copy link
Contributor

@miaosun009 miaosun009 commented Sep 5, 2024

Added a ModalBottomSheet style page type. Although most of the time, we can use showModalBottomSheet to create BottomSheet pages, using routes allows us to reuse middleware and many other routing features. This is especially suitable for specific scenarios in mobile applications.

@miaosun009 miaosun009 marked this pull request as ready for review September 5, 2024 14:12
@SchabanBo SchabanBo merged commit db24154 into SchabanBo:master Oct 7, 2024
1 check passed
@SchabanBo
Copy link
Owner

LGTM. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Bottom Sheet to AppRoutes
2 participants