mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
12 lines
208 B
Vue
12 lines
208 B
Vue
<template>
|
|
<div class="bg-gradient-to-tr from-primary-600 to-primary-400 text-white rounded shadow p-8">
|
|
<slot />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "BitinflowHeroCard"
|
|
}
|
|
</script>
|