mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
11
src/runtime/components/BitinflowHeader.vue
Normal file
11
src/runtime/components/BitinflowHeader.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="flex justify-between items-center">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "BitinflowHeader",
|
||||
}
|
||||
</script>
|
||||
9
src/runtime/components/BitinflowHeaderActions.vue
Normal file
9
src/runtime/components/BitinflowHeaderActions.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<slot />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "BitinflowHeaderActions",
|
||||
}
|
||||
</script>
|
||||
11
src/runtime/components/BitinflowHeaderTitle.vue
Normal file
11
src/runtime/components/BitinflowHeaderTitle.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="text-2xl dark:text-white">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "BitinflowHeaderTitle",
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user