Skip to main content

Image Type

Avatar with images.

Usecase Examples

The following example demonstrates the Avatar of type image in action.

Color

BackgroundColor

BorderColor

BorderWidth

FillMode

Radius

Size

Playground

Live Editor
// Play with props to see live changes;
// LOGO = '/flexnative/img/logo.svg'

render(<Avatar source={LOGO} size={120} color='primary' borderWidth='thin' fillMode='ghost' borderColor='crimson'/>);
Result
Loading...