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(VBottomSheet): port to v3 #17010

Merged
merged 14 commits into from May 17, 2023
Merged

feat(VBottomSheet): port to v3 #17010

merged 14 commits into from May 17, 2023

Conversation

johnleider
Copy link
Member

@johnleider johnleider commented Mar 26, 2023

Motivation and Context

port to v3

closes #13466

Markup:

<template>
  <v-app>
    <div class="ma-4 pa-4">
      <v-bottom-sheet eager>
        <template #activator="{ props }">
          <v-btn v-bind="props">Click</v-btn>
        </template>

        <v-sheet height="200" />
      </v-bottom-sheet>
    </div>
  </v-app>
</template>

<script setup>
  import { ref } from 'vue'
</script>

@johnleider johnleider added T: feature A new feature C: VBottomSheet VBottomSheet labels Mar 26, 2023
@johnleider johnleider added this to the v3.2.0 (Orion) milestone Mar 26, 2023
@johnleider johnleider self-assigned this Mar 26, 2023
@johnleider johnleider modified the milestones: v3.2.0 (Orion), v3.2.x Apr 24, 2023
@johnleider johnleider modified the milestones: v3.2.x, v3.3.0 (Icarus) May 3, 2023
@johnleider johnleider marked this pull request as ready for review May 15, 2023 16:03
@johnleider johnleider requested a review from KaelWD May 15, 2023 16:03
@KaelWD KaelWD merged commit d6487bf into dev May 17, 2023
18 checks passed
@KaelWD KaelWD deleted the feat/v3-bottom-sheet branch May 17, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VBottomSheet VBottomSheet labs T: feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants