Skip to main content

Text Type

Avatar with text.

Usecase Examples

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

Color

R A
R A
R A
R A
R A
R A
R A
R A
R A
R A
R A
R A
R A

BackgroundColor

R A
R A
R A
R A

BorderColor

R A
R A
R A
R A

BorderWidth

R A
R A
R A
R A
R A
R A

FillMode

R A
R A
R A

Radius

R A
R A
R A
R A
R A
R A

Size

R A
R A
R A
R A

TextColor

R A
R A
R A
R A

Playground

Live Editor
//Play with props to see live changes;

render(
  <Avatar text='RA'
          type='text'
          style={{fontSize: 64, color: 'crimson'}}
          size={120}
          color='default'
          borderWidth='thin'
          fillMode='ghost'
          backgroundColor='#ed143d24'
          borderColor='crimson'
  />
);
Result
Loading...