0.1.8 • Published 6 years ago

@pcmnac/github-issues-table v0.1.8

Weekly downloads
1
License
-
Repository
github
Last release
6 years ago

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
0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago