1.0.0 • Published 5 years ago
r-avatar-image v1.0.0
r-custom-avatar
Custom avatar for better UI
Install
npm install --save r-custom-avatar
Usage
import React, { Component } from 'react'
import {Image} from 'r-custom-avatar'
import 'r-custom-avatar/dist/index.css'
class Example extends Component {
render() {
return <Image />
}
}
Instruction
/Properties / src, alt, name, size, circle, color
Note: If url is present than name initial won't display.