(frontend) introduce a custom placeholder

Based on Gmeet and Jitsi UI, display the Avatar component as
placeholder.
This commit is contained in:
lebaudantoine
2024-08-22 19:07:13 +02:00
committed by aleb_the_flash
parent b554a6a542
commit b3ef57e1b6
3 changed files with 33 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { css } from '@/styled-system/css'
import React from 'react'
export type AvatarProps = React.HTMLAttributes<HTMLSpanElement> & {
name: string
name?: string
size?: number
bgColor?: string
textColor?: string