Files
svelte-carousel/src/docs/Layouts/custom/Th.svelte
2021-07-07 23:19:26 +03:00

9 lines
78 B
Svelte

<th>
<slot></slot>
</th>
<style>
th {
padding: 5px 10px;
}
</style>