react-developer
v1.0.1
Published
your profile on your project
Downloads
3
Readme
react-developer
👨💻 your profile on your project site
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