@vknight/o24-uikit
v1.0.1
Published
Premium React UI components for O24 Platform ecosystem
Maintainers
Readme
@vknight/o24-uikit
Premium UI components for the O24 Platform ecosystem.
Installation
npm install @vknight/o24-uikitFeatures
- O24ChatBot: A highly customizable AI Chatbot component with RAG support.
- Premium Design: Built with Lucide icons, glassmorphism, and smooth animations.
- Configurable: Easily change endpoints, titles, and suggested questions.
Usage
import { O24ChatBot } from "@vknight/o24-uikit";
function App() {
return (
<O24ChatBot
apiEndpoint="/api/chat"
title="O24 Assistant"
suggestedQuestions={["Core Banking integration?", "Is it secure?"]}
/>
);
}License
MIT © vKnight
