0.1.0 • Published 5 years ago
react-just-avatar v0.1.0
react-just-avatar
A simple React avatar component to display either their avatars or their initials
Install
npm install --save react-just-avatarUsage
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 publish0.1.0
5 years ago