create button component
This commit is contained in:
7
resources/js/Components/Button.vue
Normal file
7
resources/js/Components/Button.vue
Normal 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>
|
||||
Reference in New Issue
Block a user