create button component
This commit is contained in:
7
resources/js/Components/Button/Close.vue
Normal file
7
resources/js/Components/Button/Close.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup>
|
||||
import Icon from '@/Components/Icon.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Icon name="times" class="px-2 py-1 bg-gray-300 hover:bg-gray-100 dark:bg-gray-700 dark:hover:bg-gray-600 dark:active:bg-gray-800 border border-transparent dark:active:border-gray-600 rounded-md transition-all duration-300 cursor-pointer" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user