frohzinn's picture
download
raw
301 Bytes
<script lang="ts">
import type { Snippet } from 'svelte';
interface Props {
title: string;
children: Snippet;
}
let { title, children }: Props = $props();
</script>
<div>
<h3 class="mb-6 text-base font-semibold">{title}</h3>
<div class="space-y-8">
{@render children()}
</div>
</div>

Xet Storage Details

Size:
301 Bytes
·
Xet hash:
31a58cd68d0b103811ec31eefabd7b83a23abca656391009e3a43df78b94dd09

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.