0.0.4 • Published 4 years ago

@pranavms13/react-gitcard v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

react-gitcard

A Simple GitCard

NPM JavaScript Style Guide Travis CI

Install

npm install --save @pranavms13/react-gitcard

Usage

GitUserCard Usage

import React, { Component } from  'react'
import { GitUserCard } from  '@pranavms13/react-gitcard'

class  Example  extends  Component {
	render() {
		return <GitUserCard username="pranavms13" />
	}
}

GitUserCard

GitUserCard

GitRepoCard Usage

import React, { Component } from  'react'
import { GitRepoCard } from  '@pranavms13/react-gitcard'

class  Example  extends  Component {
	render() {
		return <GitRepoCard username="pranavms13" repo="whatsapp-node-api"/>
	}
}

GitRepoCard

GitRepoCardDark

PropsvalueDescription
usernameGithub UsernameEnter your Github username
repoGitHub reponameEnter your Github Repo Name (only on GitRepoCard)
variant"dark" / "light"Light or dark Variant - Default : Light

License

MIT © pranavms13

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago