progress
Large progress.
Large progress.
Загрузка превью…
src/progress/c-progress-3.vue
<script setup lang="ts">
import { Progress } from "@/components/ui/progress"
</script>
<template>
<div class="mx-auto w-full max-w-xs space-y-2">
<div class="flex items-center justify-between">
<span class="text-sm font-medium">Large progress</span>
<span class="text-muted-foreground text-sm">70%</span>
</div>
<Progress :model-value="70" class="h-3" />
</div>
</template>
Установка
npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-progress-3.jsonЗависимости реестра
Источник: порт из ReUI (Keenthemes, MIT)