0.1.5 • Published 5 months ago

react-elevate-sells-connect v0.1.5

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

React-Elevate-Sells-Connect

ElevateConnect our cutting-edge AI integration library, is your gateway to seamlessly infuse the power of artificial intelligence offered by ElevateSells Intelligence into any business application built on the React framework. ElevateConnect simplifies the integration process, offering a versatile suite of tools designed to enhance user experiences, optimize workflows, and elevate overall business performance.

With its intuitive design and robust functionalities, ElevateConnect React empowers developers to effortlessly incorporate AI-driven insights, transforming applications into intelligent platforms that adapt and evolve alongside the dynamic needs of modern enterprises. Elevate your React applications to new heights with ElevateConnect React – where innovation meets simplicity, and intelligence becomes integral.

Installation

Install the package via npm.

npm install react-elevate-sells-connect

Client Setup

for experienced developers, you can access the client directly and interact with it in low level

import {Client} from 'react-elevate-sells-connect';

const client = new Client({
    apiKey:"your elevate sells api key",
    assistantId:"your assistant id"
})

Chat window

Usage

import {ChatWindow} from 'react-elevate-sells-connect';

<ChatWindow apiKey="your elevate sells api key"
            assistantId="your assistant id"  
/>
0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago