frame
Frame with extra small spacing
Frame with extra small spacing
Загрузка превью…
src/frame/c-frame-9.vue
<script setup lang="ts">
import { Frame, FrameDescription, FrameFooter, FrameHeader, FramePanel, FrameTitle } from "@/components/reui/frame"
</script>
<template>
<Frame spacing="xs" class="w-full max-w-xs">
<FrameHeader>
<FrameTitle>Project Configuration</FrameTitle>
<FrameDescription>Adjust your environment settings</FrameDescription>
</FrameHeader>
<FramePanel>
<h2 class="text-sm font-semibold">Environment Variables</h2>
<p class="text-muted-foreground text-sm">
XS spacing is ideal for high-density toolbars and property panels.
</p>
</FramePanel>
<FrameFooter>
<p class="text-muted-foreground text-sm">Updated 2m ago</p>
</FrameFooter>
</Frame>
</template>
Установка
npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-frame-9.jsonЗависимости реестра
Источник: порт из ReUI (Keenthemes, MIT)