1.0.3 • Published 5 years ago

accountphoto-react v1.0.3

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

accountphoto-react

React component lib for AccountPhoto.

NPM JavaScript Style Guide

Install

npm install --save accountphoto-react

Usage

import React, { Component } from 'react'

import AccountPhoto from 'accountphoto-react'

class Example extends Component {
  render () {
    return (
      // simply add `account` name as prop.
      <AccountPhoto account={'zachzachzach'} />
      // overwrite `style` by passing to component.
    )
  }
}

License

MIT © zachalam

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago