Files
your-gold/components/ui/Container.vue
2025-06-06 15:50:06 +02:00

8 lines
242 B
Vue

<template>
<UContainer
class="mx-auto w-full max-w-[360px] px-4 sm:max-w-[768px] sm:px-[17px] md:max-w-[1000px] md:px-6 xl:max-w-[1920px] xl:px-20">
<slot />
</UContainer>
</template>
<script lang="ts" setup></script>