mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
200 B
9 lines
200 B
<template>
|
|
<section class="grid grid-cols-2 gap-4">
|
|
<slot />
|
|
<Separator
|
|
decorative
|
|
class="col-span-2 h-px w-full bg-gray-100 dark:bg-neutral-600"
|
|
/>
|
|
</section>
|
|
</template>
|
|
|