avatar
shadcn-vue/avatarFreeComponent
shadcn-vue publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by shadcn-vue on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://shadcn-vue.com/r/styles/new-york/avatar.jsonSource
1<script setup lang="ts">2import type { HTMLAttributes } from "vue"3import type { AvatarVariants } from "."4import { AvatarRoot } from "reka-ui"5import { cn } from "@/lib/utils"6import { avatarVariant } from "."78const props = withDefaults(defineProps<{9 class?: HTMLAttributes["class"]10 size?: AvatarVariants["size"]11 shape?: AvatarVariants["shape"]12}>(), {13 size: "sm",14 shape: "circle",15})16</script>1718<template>19 <AvatarRoot :class="cn(avatarVariant({ size, shape }), props.class)">20 <slot />21 </AvatarRoot>22</template>
What it pulls in
npm packages
Files it writes
More from shadcn-vue
All 65 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| accordionaccordion | shadcn-vue | Components | Free | 2 deps · 5 files | |
| alertalert | shadcn-vue | Components | Free | no deps · 4 files | |
| alert-dialogalert-dialog | shadcn-vue | Components | Free | 2 deps · 10 files | |
| aspect-ratioaspect-ratio | shadcn-vue | Components | Free | 1 dep · 2 files | |
| attachmentattachment | shadcn-vue | Components | Free | 1 dep · 10 files | |
| badgebadge | shadcn-vue | Components | Free | 2 deps · 2 files | |
| breadcrumbbreadcrumb | shadcn-vue | Components | Free | 1 dep · 8 files | |
| bubblebubble | shadcn-vue | Components | Free | 1 dep · 5 files |
