mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
add dist
This commit is contained in:
17
dist/runtime/components/BitinflowCardHeader.vue
vendored
Normal file
17
dist/runtime/components/BitinflowCardHeader.vue
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="py-4 px-8 border-b dark:border-base-800 rounded-t">
|
||||
<div class="text-xl font-medium">
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "BitinflowCardHeader"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user