1.0.1 • Published 2 years ago

react-developer v1.0.1

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

react-developer

👨‍💻 your profile on your project site

NPM JavaScript Style Guide

Install

> npm install --save react-developer
> yarn add react-developer

Usage

import ReactDeveloper from 'react-developer'

export default function MyApp() {
    return (
      // ... rest of project
      <ReactDeveloper
        avatarUrl={YOUR_AVATAR_URL}
        profileUrl={YOUR_PROFILE_URL}
      />
    )
}

Props

Required Props: avatarUrl: string & profileUrl: string

Set your profile and avatar url to show in the component

  <ReactDeveloper
    avatarUrl='https://github.com/trindadematheus.png'
    profileUrl='https://github.com/trindadematheus'
  />

License

MIT © trindadematheus