gemini-chatbot-react
v1.0.0
Published
A React chatbot component using Google Gemini AI, customizable via API key.
Maintainers
Readme
gemini-chatbot-react
A React component that provides a Gemini-powered chatbot UI. Users must pass their own Google Gemini API key.
🚀 Usage
npm install gemini-chatbot-reactCode
import ChatBot from "gemini-chatbot-react";
function App() { return ; }
Props
| Prop | Type | Required | Description | | ------ | ------ | -------- | -------------------------- | | apiKey | string | ✅ | Your Google Gemini API key |
