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

[Question] Min. Height #34

Open
anthonyfranc opened this issue Mar 7, 2024 · 1 comment
Open

[Question] Min. Height #34

anthonyfranc opened this issue Mar 7, 2024 · 1 comment

Comments

@anthonyfranc
Copy link

Can we set a min. height so it's always in view when closed/minimized?

@mforstme
Copy link
Contributor

You can use the snapPoints and the dismissible prop for this.

<Drawer  :dismissible="false" :modal="false" :activeSnapPoint="snap" :snapPoints="[0.3, 0.5, 1]">
[...]
</Drawer>

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

No branches or pull requests

2 participants