0.0.1 • Published 2 years ago
live-chat-expert-plexaar v0.0.1
live-chat-expert-plexaar
Live chat with customer support widget for Expert and Plexaar
Installation
npm install live-chat-expert-plexaar or yarn add live-chat-expert-plexaar
Usage
import LiveChatExpertPlexaar from "live-chat-expert-plexaar";
const App = () => {
return (
<>
<LiveChatExpertPlexaar
userId={userId}
firstName={firstName}
imageURL={imageURL}
chatBaseURL={chatBaseURL}
/>
</>
);
};
export default App;0.0.1
2 years ago