questgpt-react
v1.0.3
Published
Official React library for QuestGPT
Downloads
2
Readme
QuestGPT React Component
This is a React component for the QuestGPT. It allows you to easily add QuestGPT to your React app.
Installation
npm install questgpt-react
Usage
Importing
import React from 'react';
import QuestGPT from 'questgpt-react';
import 'questgpt-react/dist/index.css';
Basic Usage
<QuestGPT
apiKey="<YOUR_QUESTGPT_API_KEY>"
introText="Ask me a question..." // Optional
hideCredit={true} // Optional
/>
Overriding the default styles
You can override the CSS by overriding the classes present in the index.css
file.