create button component
This commit is contained in:
9
resources/js/Components/Button/Red.vue
Normal file
9
resources/js/Components/Button/Red.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup>
|
||||
import Button from '../Button.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Button class="bg-red-600 hover:bg-red-700 active:bg-red-800">
|
||||
<slot />
|
||||
</Button>
|
||||
</template>
|
||||
Reference in New Issue
Block a user