BetaPublic beta — Read the release notes
Documentation

Avatar

User avatar with image and fallback.

Package
@solidiom/avatar
Version
0.0.1-next.0
Status
stable

Generated from the package's public source.

API

AvatarFallbackPropsinterface

Props

class?
string

children: Element

View source

AvatarImagePropsinterface

Props

alt?
string
class?
string
src
string

View source

AvatarRootPropsinterface

Props

class?
string

children: Element

View source

Fallbackcomponent

                        Fallback(props: AvatarFallbackProps): Element
                      

Props

class?
string

children: Element

View source

Imagecomponent

                        Image(props: AvatarImageProps): Element
                      

Props

alt?
string
class?
string
src
string

View source

Rootcomponent

                        Root(props: AvatarRootProps): Element
                      

Props

class?
string

children: Element

View source