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(VNavigationDrawer): add smooth touch dragging #14468

Merged
merged 9 commits into from
Dec 11, 2021

Conversation

KaelWD
Copy link
Member

@KaelWD KaelWD commented Dec 7, 2021

Description

closes #3262

Markup:

<template>
  <v-app>
    <v-container>
      <v-navigation-drawer app>
        Drawer
      </v-navigation-drawer>
      <v-main>
        Content
      </v-main>
    </v-container>
  </v-app>
</template>

@KaelWD KaelWD self-assigned this Dec 7, 2021
@KaelWD KaelWD added this to the v3.0.0 milestone Dec 7, 2021
@KaelWD KaelWD added C: VNavigationDrawer VNavigationDrawer T: enhancement Functionality that enhances existing features labels Dec 7, 2021
@KaelWD KaelWD marked this pull request as ready for review December 10, 2021 15:08
@KaelWD KaelWD requested a review from a team December 10, 2021 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VNavigationDrawer VNavigationDrawer T: enhancement Functionality that enhances existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants