Skip to content

DriftKingTW/Vuetify-Tooltip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Vuetify-Tooltip

the given css adda an arrow to the vuetify tootltip

Contributions

All contributions and suggestions are welcome

Usage

this how u can implement it

                <v-tooltip top content-class="primary tooltip-top">
                        <template v-slot:activator="{ on, attrs }">
                            <v-btn
                                v-bind="attrs"
                                v-on="on"
                                icon
                                color="primary"
                                @click="editItem(item)"
                            >
                                <v-icon>mdi-pencil</v-icon>
                            </v-btn>
                        </template>
                        <span>Edit Details</span>
                    </v-tooltip>

image

About

Add an arrow to the vuetify tootltip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%