create button component

This commit is contained in:
Geriano
2022-07-30 10:38:28 +07:00
parent ef79fd9451
commit ff54776fc4
10 changed files with 121 additions and 92 deletions

View File

@@ -0,0 +1,7 @@
<template>
<button class="rounded-md px-3 py-1 text-sm text-white transition-all duration-300">
<div class="flex items-center space-x-1">
<slot />
</div>
</button>
</template>