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(Tooltip): add new directive #19053

Merged
merged 14 commits into from Apr 12, 2024
Merged

feat(Tooltip): add new directive #19053

merged 14 commits into from Apr 12, 2024

Conversation

johnleider
Copy link
Member

@johnleider johnleider commented Jan 15, 2024

Motivation and Context

closes #9610

TODO:

  • Documentation

Markup:

<template>
  <v-app>
    <div class="ma-4 pa-4">
      <div v-tooltip="'Hello there'" class="d-inline-block">
        This is long text with a tooltip
      </div>
    </div>
  </v-app>
</template>

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

@johnleider johnleider added T: feature A new feature C: VTooltip VTooltip D: New Directive A new directive labels Jan 15, 2024
@johnleider johnleider added this to the v3.5.0 (Polaris) milestone Jan 15, 2024
@johnleider johnleider self-assigned this Jan 15, 2024
@KaelWD
Copy link
Member

KaelWD commented Jan 16, 2024

The blocker for this was documentation, /api/v-tooltip is already used for the component.

@johnleider johnleider modified the milestones: v3.5.0 (Polaris), v3.x.x Jan 19, 2024
@Safuji

This comment was marked as spam.

@johnleider johnleider force-pushed the feat/v-tooltip-directive branch 2 times, most recently from 75cfb05 to 9e66f2a Compare March 8, 2024 18:46
@KaelWD KaelWD modified the milestones: v3.x.x, v3.6.0 (Nebula) Mar 9, 2024
@johnleider johnleider force-pushed the feat/v-tooltip-directive branch 2 times, most recently from 1d79e0d to 41b1da3 Compare April 6, 2024 20:30
@johnleider johnleider requested a review from KaelWD April 7, 2024 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTooltip VTooltip D: New Directive A new directive T: feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants