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(VTabs): add new prop, slider transition #19556

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

johnleider
Copy link
Member

Motivation and Context

resolves #15798

Markup:

<template>
  <v-app>
    <v-tabs>
      <v-tab>Tab 1</v-tab>
      <v-tab>Tab 2</v-tab>
      <v-tab>Tab 3</v-tab>
    </v-tabs>
    <v-tabs slider-transition="fade">
      <v-tab>Tab 1</v-tab>
      <v-tab>Tab 2</v-tab>
      <v-tab>Tab 3</v-tab>
    </v-tabs>
    <v-tabs slider-transition="grow">
      <v-tab>Tab 1</v-tab>
      <v-tab>Tab 2</v-tab>
      <v-tab>Tab 3</v-tab>
    </v-tabs>
  </v-app>
</template>

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

@johnleider johnleider added T: feature A new feature C: VTabs VTabs labels Apr 6, 2024
@johnleider johnleider added this to the v3.6.0 (Nebula) milestone Apr 6, 2024
@johnleider johnleider requested a review from KaelWD April 6, 2024 22:09
@johnleider johnleider self-assigned this Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTabs VTabs T: feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants