frontend/components/social-elements/notes/interactions/button.vue

9 lines
270 B
Vue
Raw Normal View History

<template>
<button class="group disabled:opacity-70 max-w-28 disabled:cursor-not-allowed hover:enabled:bg-dark-800 duration-200 rounded flex flex-1 flex-row items-center justify-center">
<slot />
</button>
</template>
<script lang="ts" setup>
</script>