This commit is contained in:
Georges KABBOUCHI
2022-07-03 15:12:46 +03:00
parent d7b51a560b
commit e38ebbafe0
6 changed files with 205 additions and 221 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<template>
<div class="grid grid-cols-3 gap-4">
<tippy :content="content" :hide-on-click="false">
<Tippy :content="content" :hide-on-click="false" arrow>
<button class="text-sm py-2 px-3 bg-gray-900 text-white rounded-lg w-full" @click="content++">Component</button>
</tippy>
</Tippy>
<button class="text-sm py-2 px-3 bg-gray-900 text-white rounded-lg" ref="btn" @click="content++">Composition</button>