1.0.5 • Published 7 months ago

clairemont-chat-kit v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Clairemont Chat Kit

Streamlined chat library seamlessly integrated with Clairemont's system.

Installation

Install the package using your preferred package manager:

Using Yarn:

yarn add clairemont-chat-kit

Using npm:

npm install clairemont-chat-kit

Or Via CDN Links

<script src="https://unpkg.com/clairemont-chat-kit@0.0.24/dist/clairemont-chat-kit.umd.js"></script>
<link rel="stylesheet" href="https://unpkg.com/clairemont-chat-kit@0.0.24/dist/style.css">

How To Use

Setup in your main.js

import { createApp } from 'vue'
import App from './App.vue'
import ClairemontChatKit from 'clairemont-chat-kit'
import 'clairemont-chat-kit/dist/style.css'

createApp(App)
.use(ClairemontChatKit)
.mount('#app')

Implement the Chat Kit in your desired component

<template>
  <ClairemontChatKit/>
</template>

Demo

As of now demos might not be updated because currently integrating serverless.

HTML Vue

Props

Prop NameTypeDescriptionDefault Value
headerTitleStringSets the header title for the Chat Kit component.'All Messages'
heightStringSpecifies the height of the Chat Kit component.'800px'
currentUserObjectIdentifies the current user utilizing the Chat.-

currentUser Object Properties

Property NameTypeDescription
appIdStringUnique identifier for the app.
idStringUnique identifier for the user.
nameStringName of the current user.
phoneStringphone of the current user.

Usage Example

Here's an example of how to use the ClairemontChatKit component in your Vue.js application:

<template>
    <ClairemontChatKit
        :headerTitle="'Test'" 
        :height="'100%'"      
        :currentUser="{
            appId: '123',
            id: '1',
            name: 'Aughus Bueno',
            phone: '09XXXXXXXXX'
        }"
    />
</template>
1.0.5

7 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.0

8 months ago

0.0.31

8 months ago

0.0.30

8 months ago

0.0.29

8 months ago

0.0.28

8 months ago

0.0.27

8 months ago

0.0.26

8 months ago

0.0.25

8 months ago

0.0.24

8 months ago

0.0.23

8 months ago

0.0.22

8 months ago

0.0.21

9 months ago

0.0.20

9 months ago

0.0.18

9 months ago

0.0.17

9 months ago

0.0.16

9 months ago

0.0.15

9 months ago

0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago