1.0.7 • Published 3 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago