1.1.6 • Published 8 years ago

reax-avatar v1.1.6

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Reax Avatar

Avatar component for React that displays an avatar with initials based on user's name.

npm version

PropTypes

{
  name: React.PropTypes.string.isRequired,
  width: React.PropTypes.number,
  height: React.PropTypes.number
}

Usage

npm install --save reax-avatar
import React from 'react';
import Avatar from 'reax-avatar';

const Foo = () => (
  <Avatar name="Bar" />
);

export default Foo;
1.1.6

8 years ago

1.1.5

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago