1.0.7 • Published 5 years ago
react-report-to-github-button v1.0.7
Github Report Button
This library allows users to implement a feedback button which will post issues on a Github repository.
How To Install
This package requires react.
- Install through:
npm install github-report-button --saveImport
GithubReportButtonfromgithub-report-button:import GithubReportButton from 'github-report-button'Create Personal access token:
https://github.com/settings/tokens
Allow public_repo as a scope
Use
GithubReportButtoncomponent:<ExampleComponent token="token" owner="owner" repo="repo"/>