feat(Avatar): add chip prop (#4224)

This commit is contained in:
Benjamin Canac
2025-05-28 12:46:30 +02:00
committed by GitHub
parent f761369888
commit 03ac395164
35 changed files with 265 additions and 251 deletions

View File

@@ -1,6 +1,6 @@
export default {
slots: {
root: 'inline-flex items-center justify-center shrink-0 select-none overflow-hidden rounded-full align-middle bg-elevated',
root: 'inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated',
image: 'h-full w-full rounded-[inherit] object-cover',
fallback: 'font-medium leading-none text-muted truncate',
icon: 'text-muted shrink-0'