2022-11-15 13:50:41 +00:00
|
|
|
<template>
|
2022-11-20 21:30:21 +00:00
|
|
|
<div relative>
|
|
|
|
<div sticky top-0 bg="#222" z10>
|
|
|
|
<div flex justify-between>
|
|
|
|
<div p3 flex gap-1>
|
|
|
|
<slot name="title" />
|
|
|
|
</div>
|
|
|
|
<div p3 flex>
|
|
|
|
<slot name="actions" />
|
|
|
|
</div>
|
2022-11-15 13:50:41 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2022-11-20 21:30:21 +00:00
|
|
|
<div>
|
|
|
|
<slot />
|
|
|
|
</div>
|
2022-11-15 13:50:41 +00:00
|
|
|
</div>
|
|
|
|
</template>
|