0.0.4 • Published 2 years ago

@jhu-collab/buggo-widget v0.0.4

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

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;

License

UNLICENSED