frame

Frame with stacked content-only panels

Frame with stacked content-only panels

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

src/frame/c-frame-19.vue

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

<template>
  <Frame class="w-full max-w-sm" stacked>
    <FramePanel>
      <h2 class="text-sm font-semibold">Account Snapshot</h2>
      <p class="text-muted-foreground text-sm">
        Active seats, usage limits, and billing status are ready for review.
      </p>
    </FramePanel>
    <FramePanel>
      <h2 class="text-sm font-semibold">Team Activity</h2>
      <p class="text-muted-foreground text-sm">
        24 members signed in this week with no unresolved security alerts.
      </p>
    </FramePanel>
  </Frame>
</template>

Установка

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

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

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