10 lines
94 B
Svelte
10 lines
94 B
Svelte
<tr>
|
|
<slot></slot>
|
|
</tr>
|
|
|
|
<style>
|
|
tr {
|
|
border-bottom: 2px solid #009800;
|
|
}
|
|
</style>
|