mirror of
https://github.com/LukeHagar/parke.dev.git
synced 2025-12-09 20:47:49 +00:00
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
---
|
|
const props = Astro.props;
|
|
---
|
|
|
|
<div class="table-wrap">
|
|
<table class="table" {...props}>
|
|
<slot />
|
|
</table>
|
|
</div>
|