Added libs
This commit is contained in:
12
lockbox/frontend/src/components/cards/CardTitle.vue
Normal file
12
lockbox/frontend/src/components/cards/CardTitle.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<h3
|
||||
class="font-semibold text-2xl leading-none tracking-tight"
|
||||
:class="$attrs.class"
|
||||
>
|
||||
<slot></slot>
|
||||
</h3>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ inheritAttrs: false })
|
||||
</script>
|
||||
Reference in New Issue
Block a user