frame

Frame with default border radius

Frame with default border radius

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

src/frame/c-frame-16.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>Default Layout</FrameTitle>
      <FrameDescription>Standard component curvature</FrameDescription>
    </FrameHeader>
    <FramePanel>
      <h2 class="text-sm font-semibold">Standard Settings</h2>
      <p class="text-muted-foreground text-sm">
        The default radius matches the overall design system for consistent
        application feel.
      </p>
    </FramePanel>
    <FrameFooter>
      <p class="text-muted-foreground text-sm">System default applied</p>
    </FrameFooter>
  </Frame>
</template>

Установка

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

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

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