mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-28 11:16:58 +00:00
✨(frontend) introduce a custom placeholder
Based on Gmeet and Jitsi UI, display the Avatar component as placeholder.
This commit is contained in:
committed by
aleb_the_flash
parent
b554a6a542
commit
b3ef57e1b6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user