1.0.7 • Published 5 years ago

react-report-to-github-button v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Github Report Button

This library allows users to implement a feedback button which will post issues on a Github repository.

version license


How To Install

This package requires react.

  1. Install through:
npm install github-report-button --save
  1. Import GithubReportButton from github-report-button:

    import GithubReportButton from 'github-report-button'
  2. Create Personal access token:

    https://github.com/settings/tokens

    Allow public_repo as a scope

    Scope!

  3. Use GithubReportButton component:

    <ExampleComponent token="token" owner="owner" repo="repo"/>
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago