add BaseModalFooter

This commit is contained in:
yashkanakiya
2023-03-27 11:19:07 +05:30
parent 6e70930e87
commit cf1f8571f8
22 changed files with 56 additions and 129 deletions

View File

@ -0,0 +1,14 @@
<template>
<div
class="
z-0
flex
justify-end
p-4
border-t border-gray-200 border-solid
dark:border-gray-600
"
>
<slot />
</div>
</template>