closes #226
This commit is contained in:
@@ -19,6 +19,29 @@
|
||||
</template>
|
||||
<template #content> Tippy content </template>
|
||||
</tippy>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<tippy>
|
||||
<template #default="{ state }">
|
||||
<button
|
||||
:class="state.isShown ? 'bg-gray-500' : 'bg-gray-200'"
|
||||
class="
|
||||
text-gray-400
|
||||
select-none
|
||||
cursor-pointer
|
||||
p-2
|
||||
rounded-md
|
||||
hover:bg-gray-50
|
||||
"
|
||||
>
|
||||
Trigger tippy
|
||||
</button>
|
||||
</template>
|
||||
<template #content> Tippy content </template>
|
||||
</tippy>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user