Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
File size: 127 Bytes
3742813 | 1 2 3 4 5 6 7 | ---
const { title } = Astro.props;
---
<div class="tab-panel" data-tab-title={title} role="tabpanel" hidden>
<slot />
</div>
|