SORUN web conversation component
npm install sorun-web-conversation> SOR'UN company web conversation component
 
``bash`
npm install --save sorun-web-conversation
This component cannot used alone, it should be used with sorun-conversation component which works as a container component for conversation functionality. The WebConversation can be passed to the Layout prop of Conversation component with other parameters. The WebConversation can be used for ReactJS applications.
`jsx
import React, { Component } from 'react'
import WebConversation from 'sorun-web-conversation'
import Conversation from 'sorun-conversation'
class Example extends Component {
render () {
return (
{...other_props_needed_by_conversation}
/>
)
}
}
``
MIT © SORUN