react-developer
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-developer

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

10.3 kB

Total Files

16

Last publish

Collaborators

  • trndd