@pcmnac/github-issues-table

0.1.8 • Public • Published

GitHub Issues Table

This is a simple component that shows the issues of a particular GitHub repository

GitHub Issues Table

Usage

This section shows how to use this component.

Setup

Install the dependency

npm i -S @pcmnac/github-issues-table

You also have to install peer dependencies

npm i -S semantic-ui-css
npm i -S semantic-ui-react

Import CSS in your project

import 'semantic-ui-css/semantic.min.css';

Example

import React from 'react';
import GithubIssuesTable from '@pcmnac/github-issues-table';

const App = () => (
    <div>
        <h1>My App</h1>
        <GithubIssuesTable user="facebook" repo="react" />
    </div>
);

export default App;

Contribute

This section shows the basics to maintain this component

Local test

git clone https://github.com/pcmnac/github-issues-table.git
cd github-issues-table
npm i
npm start

Build and Publish

npm version x.y.z
npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i @pcmnac/github-issues-table

Weekly Downloads

19

Version

0.1.8

License

none

Unpacked Size

14.2 kB

Total Files

6

Last publish

Collaborators

  • pcmnac