frame

Frame with dense layout

Frame with dense layout

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

src/frame/c-frame-7.vue

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

<template>
  <Frame dense class="w-full max-w-sm">
    <FrameHeader>
      <FrameTitle>Inventory Check</FrameTitle>
      <FrameDescription>Real-time stock monitoring</FrameDescription>
    </FrameHeader>
    <FramePanel>
      <h2 class="text-sm font-semibold">Warehouse A</h2>
      <p class="text-muted-foreground text-sm">
        Dense mode removes outer padding for a more compact appearance.
      </p>
    </FramePanel>
  </Frame>
</template>

Установка

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

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

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