Redesign Budget Settings and introduce Button component
This commit is contained in:
8
web/src/components/Button.vue
Normal file
8
web/src/components/Button.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<script lang="ts" setup>
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<button class="px-4 py-2 text-base font-medium rounded-md shadow-sm focus:outline-none focus:ring-2">
|
||||
<slot></slot>
|
||||
</button>
|
||||
</template>
|
Reference in New Issue
Block a user