repo-info-issues

v1.0.0arrow_drop_down
v1.0.0
STATUS
Passing
DOWNLOADS
10
VISIBILITY
Public
PUBLISHED
7 years ago
SIZE
84 KB
A react component which shows issues list of a github repository.
1 contributor
Install repo-info-issues as a package?
Copied
npm i @bit/giladshoham.github-graphql.react.repo-info-issues
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right
react/repoInfoIssues ()

A react component which shows issues list of a github repository.

import RepoInfoWithData from '@bit/giladshoham.github-graphql.react.repo-info-issues';

<RepoInfoWithData owner="ownerName" name="repoName"/>
Properties
NameTypeDescription
ownerName
String

the name of the repository owner

repoName
String

the name of the repository

Test Summary

#RepoInfoWithData() should throw an error if ownerName not provided

Pass

#RepoInfoWithData() should throw an error if name not provided

Pass

#RepoInfoWithData() should render stars counter

Pass

#RepoInfoWithData() should render forks counter

Pass

#RepoInfoWithData() should render last updated

Pass

#RepoInfoWithData() should render issues list

Pass
Help and resources