settings modal
This commit is contained in:
9
src/components/ui/UICard.vue
Normal file
9
src/components/ui/UICard.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="dui-card bg-base-100 shadow-sm">
|
||||
<div class="dui-card-body">
|
||||
<h3 class="dui-card-title" v-if="$slots.title"><slot name="title" /></h3>
|
||||
<slot></slot>
|
||||
<div class="dui-card-actions justify-end" v-if="$slots.actions"></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user