frame

Frame with small spacing

Frame with small spacing

Загрузка превью…

src/frame/c-frame-10.vue

<script setup lang="ts">
import { Frame, FrameDescription, FrameFooter, FrameHeader, FramePanel, FrameTitle } from "@/components/reui/frame"
</script>

<template>
  <Frame spacing="sm" class="w-full max-w-sm">
    <FrameHeader>
      <FrameTitle>Database Overview</FrameTitle>
      <FrameDescription>
        Monitoring system health and performance
      </FrameDescription>
    </FrameHeader>
    <FramePanel>
      <h2 class="text-sm font-semibold">Live Connections</h2>
      <p class="text-muted-foreground text-sm">
        Small spacing provides a balanced layout for sidebar widgets and
        secondary dashboards.
      </p>
    </FramePanel>
    <FrameFooter>
      <p class="text-muted-foreground text-sm">Status: Operational</p>
    </FrameFooter>
  </Frame>
</template>

Установка

npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-frame-10.json

Зависимости реестра

Источник: порт из ReUI (Keenthemes, MIT)