react-widget

This commit is contained in:
Alex
2023-09-12 14:01:12 +01:00
parent cb5d65d11a
commit 816c7c95ed
28 changed files with 4707 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# DocsGPT react widget
THis widget will allow you to embed a DocsGPT assistant in your react app.
## Installation
```bash
npm install docsgpt
```
## Usage
```javascript
import { DocsGPTWidget } from "docsgpt";
import "docsgpt/dist/style.css";
const App = () => {
return <DocsGPTWidget />;
};
```
## Our github
[DocsGPT](https://github.com/arc53/DocsGPT)
You can find the source code in the extensions/react-widget folder.