empty
originui-vue/emptyFreeComponent
Originui Vue publishes no description for this item.
Install it
npx shadcn@latest add https://originui-vue.com/r/empty.jsonSource
1<script setup lang="ts">2import type { HTMLAttributes } from "vue";3import { cn } from "@/lib/utils";45const props = defineProps<{6 class?: HTMLAttributes["class"];7}>();8</script>910<template>11 <div12 data-slot="empty"13 :class="14 cn(15 'flex min-w-0 flex-1 flex-col items-center justify-center gap-6 rounded-lg border-dashed p-6 text-center text-balance md:p-12',16 props.class,17 )18 "19 >20 <slot />21 </div>22</template>
Files it writes
More from Originui Vue
All 58 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| contribution-graphcontribution-graph | Originui Vue | Components | Free | no deps · 4 files | |
| extended-01extended-01 | Originui Vue | Components | Free | no deps | |
| extended-02extended-02 | Originui Vue | Components | Free | no deps | |
| extended-03extended-03 | Originui Vue | Components | Free | no deps | |
| extended-04extended-04 | Originui Vue | Components | Free | no deps | |
| extended-05extended-05 | Originui Vue | Components | Free | no deps | |
| extended-06extended-06 | Originui Vue | Components | Free | no deps | |
| extended-07extended-07 | Originui Vue | Components | Free | no deps |
