profile-github-card
Version:
Create GitHub card for your GitHub Account
31 lines (20 loc) • 697 B
Markdown
# profile-github-card
> Create GitHub card for your GitHub Account
[](https://www.npmjs.com/package/github-card) [](https://standardjs.com)
## Install
```bash
npm install --save profile-github-card
```
## Usage
```jsx
import React, { Component } from 'react'
import GitHubCard from 'profile-github-card'
class Example extends Component {
render() {
return <MyComponent username={GitHub UserName}/>
}
}
```
## License
MIT © [YazanAlmatar99](https://github.com/YazanAlmatar99)
Contact Me © [YazanAlmatar99](http://www.yazanalmatar.com)