mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
add dist
This commit is contained in:
15
dist/runtime/components/BitinflowCard.vue
vendored
Normal file
15
dist/runtime/components/BitinflowCard.vue
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="bg-white text-black dark:bg-base-700 dark:text-white rounded shadow mb-8">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "BitinflowCard"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user