frame

Frame with default spacing

Frame with default spacing

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

src/frame/c-frame-11.vue

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

<template>
  <Frame class="w-full max-w-sm">
    <FrameHeader>
      <FrameTitle>User Profile</FrameTitle>
      <FrameDescription>
        Manage your personal account details
      </FrameDescription>
    </FrameHeader>
    <FramePanel>
      <h2 class="text-sm font-semibold">Account Security</h2>
      <p class="text-muted-foreground text-sm">
        Default spacing is the standard for primary application content and
        main dialogs.
      </p>
    </FramePanel>
    <FrameFooter>
      <p class="text-muted-foreground text-sm">
        Last login: Today at 4:30 PM
      </p>
    </FrameFooter>
  </Frame>
</template>

Установка

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

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

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