frame

Frame with extra large border radius

Frame with extra large border radius

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

src/frame/c-frame-17.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 [--frame-radius:var(--radius-2xl)]">
    <FrameHeader>
      <FrameTitle>Creative Portfolio</FrameTitle>
      <FrameDescription>Showcasing visual art and design</FrameDescription>
    </FrameHeader>
    <FramePanel>
      <h2 class="text-sm font-semibold">Gallery View</h2>
      <p class="text-muted-foreground text-sm">
        2XL radius provides a very soft, organic look suitable for creative
        portfolios and landing pages.
      </p>
    </FramePanel>
    <FrameFooter>
      <p class="text-muted-foreground text-sm">Browse 12 projects</p>
    </FrameFooter>
  </Frame>
</template>

Установка

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

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

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