1.0.3 • Published 7 months ago

questgpt-react v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.1.9

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.0

7 months ago