0.0.4 • Published 3 years ago
@jhu-collab/buggo-widget
Licence
UNLICENSED
Version
0.0.4
Deps
2
Size
35 kB
Vulns
0
Weekly
0
Buggo Widget
A React widget component to get feedback from clients into your GitHub issue tracker without having users use GitHub.
Note
This library is in development. Please don't use it!
Installation
Use the package manager yarn to install buggo-widget.
yarn add @jhu-collab/buggo-widget
Usage
import BuggoWidget from "@jhu-collab/buggo-widget";
function App() {
return <BuggoWidget />;
}
export default App;