0.1.0 • Published 5 years ago

react-just-avatar v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

react-just-avatar

A simple React avatar component to display either their avatars or their initials

NPM JavaScript Style Guide

Install

npm install --save react-just-avatar

Usage

import React, { Component } from 'react'

import Avatar from 'react-just-avatar'
import 'react-just-avatar/dist/index.css'

class Example extends Component {
  render() {
    return <Avatar />
  }
}

License

MIT © desduvauchelle

Notes to self

To publish:

npm publish
0.1.0

5 years ago