Optional
initials
initials?: string
Optional
fontSize
fontSize?: number
Optional
customStyle
customStyle?: CSSProperties
Optional
imageSource
imageSource?: string
Optional
roundedImage
roundedImage?: boolean
Optional
imageStyle
imageStyle?: CSSProperties
Optional
containerProps
containerProps?: HTMLAttributes<HTMLDivElement>
Optional
imageContainerProps
imageContainerProps?: HTMLAttributes<HTMLDivElement>
Optional
imageProps
imageProps?: ImgHTMLAttributes<HTMLImageElement>
Optional
initialsContainerProps
initialsContainerProps?: HTMLAttributes<HTMLDivElement>
Optional
initialsTextProps
initialsTextProps?: HTMLAttributes<HTMLSpanElement>
Optional
renderContainer
renderContainer?: ((options: {
defaultContainer: ReactNode;
isImage: boolean;
}) => ReactNode)
Optional
renderImage
renderImage?: ((options: {
defaultImage: ReactNode;
imageSource?: string;
}) => ReactNode)
Optional
renderInitials
renderInitials?: ((options: {
defaultInitials: ReactNode;
initials?: string;
}) => ReactNode)