@jalpa.buha/chatbot-package
v2.0.10
Published
A reusable React chatbot component package
Downloads
31
Readme
My Chatbot Package
A customizable React chatbot component that can be embedded in any React project. Includes typewriter effects, PDF export, and persistent local chat history.
Features
- Fully React-based, lightweight, and responsive
- Minimized & maximized states
- Typewriter effect for AI messages
- Input validation and character count
- Persistent chat history (localStorage)
- Download chat conversation as PDF
- Customizable primary color and styles
- Ready to publish as an npm package
Installation
Install via npm:
npm install chatbot-package
Usage
import Chatbot from "my-chatbot-package";
function App() { return ( Demo Chatbot ); }
ReactDOM.createRoot(document.getElementById("root")).render();
