Files
DocsGPT/extensions/react-widget
2023-09-12 14:01:12 +01:00
..
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00
2023-09-12 14:01:12 +01:00

DocsGPT react widget

THis widget will allow you to embed a DocsGPT assistant in your react app.

Installation

npm install  docsgpt

Usage

    import { DocsGPTWidget } from "docsgpt";
    import "docsgpt/dist/style.css";

    const App = () => {
      return <DocsGPTWidget />;
    };

Our github

DocsGPT

You can find the source code in the extensions/react-widget folder.