Let's integrate our UIKIT in few minutes
#
Quick Start#
UI Kit for WebMirrorfly UIKit Sdk is a set of prebuilt UI components that allows you to easily integrate an in-app chat with all the essential messaging features.
#
RequirementsThe requirements for chat SDK for React Web App are:
- React Version 16.0 or above
- Node Version v14.17.4 or above
#
Things to be Noted Before Making a Start#
SDK License KeyBefore integrating CONTUS MirrorFly Chat SDK, you need to have a SDK license key for your MirrorFly application. This SDK needs to be authenticated by the MirrorFly server using the license key for further processing.
Follow the below steps to get your license key:
Step 1: Let’s Create an Account - Sign up into MirrorFly Console page (https://console.mirrorfly.com/register) for free MirrorFly account
Step 2: Create an account with your basic details including your name, organization details, work email, and contact number
Step 3: Once you’re in! You get access to your MirrorFly account ‘Overview page’ where you can find a license key.
Step 4: You can copy the license key from the ‘Application info’ section
#
Integrate the Chat SDK for ReactInstall mirrorfly-uikit (https://www.npmjs.com/package/mirrorfly-uikit) npm package by terminal command 'npm i mirrorfly-uikit'. Now the node_modules will have a mirrorfly-uikit folder and package.json is added with the mirrorfly-uikit dependency.
Step 1: Create a new React project or Open an existing project.
Step 2: Open terminal and install mirrorfly-uikit with npm command 'npm i mirrorfly-uikit' and check package.json whether the dependency is added with mirrorfly-uikit as mentioned below.
Step 3: Import ChatApp component from the mirrorfly-uikit package in node modules.
Step 4: Import bundle.css from the mirrorfly-uikit package in node modules .
#
Integrate the Chat SDK for VuejsNote:It supports Vue version2
Install mirrorfly-uikit (https://www.npmjs.com/package/mirrorfly-uikit) npm package by terminal command 'npm i irrorfly-uikit'. Now the node_modules will have a mirrorfly-uikit folder and package.json is added with the mirrorfly-uikit dependency.
Step 1: Create a new VueJs project or Open an existing project.
Step 2: Open terminal and install below package added as mentioned below.
Step 3:In main.js file Install vuera with npm command 'npm i vuera' and add below codes.
Step 4: Create a file inside project with .jsx and implement the initialization function.
Step 5:In App.vue file import the .jsx file
Step 6:In babel.config.js file add below codes to run .jsx file in vue.
#
Integrate the Chat SDK for Angular#
RequirementsThe requirements for chat SDK for Angular Web App are:
- Angular version 12 or above
Note:In Angular version 12 support version 17 in react,react-dom,@types/react-dom,@types/react
Step 1: Create a new Angular project or Open an existing project.
Step 2: Open terminal and install below package added as mentioned below.
Step 3: Create a file inside project with .tsx and implement the initialization function.
Step 4: In tsconfig.json file add below codes to run .tsx file in angular
Step 5: In angular.json file add below styling codes.
Step 6: In app.component.ts file render react component in angular add below codes.
Note:In angular version below 12 support version 16 in react,react-dom,@types/react-dom,@types/react and add below steps to follow.
Step 7: In tsconfig.json file add below codes to run .tsx file in angular
Note:To build SSR Configuration in Angular and add below steps to follow.
Step 8: The basic configuration setup for SSR, follow the below codes in server.ts file.
#
Custom Chat ConversationIf you need chat conversation page alone initialize customconversation in ChatApp component.
#
Web SDK MethodsWe can also import Web SDK methods from "mirrorfly-uikit/dist" below code snippet is example to import SDK methods.
Note:By using Web SDK methods you can use prime functionality of mirrorfly outside of Uikit.
#
Initializing the chat ConversationNote : If Recent Chat Search feature is unavailable for your plan then it will not display in Recent Chat Screen in Mirrorfly-Uikit.
You can now run the application with single React Component. To send a message, you must first start a conversation by clicking on the add new chat icon

#
Once navigated to user chat screen, type your first message and click send button Sending Single Chat Message
#
Your can also connect to more than one member in group chat conversation Sending Group Chat Message
#
The Mirrorfly-React--uikit allows you to attach images in the message. The maximum allowed number of files are default to 5. The application can also able to preview the files that are seleted.Click on icon AttachmentNote : If Any of the Attachment feature unavailable for your plan then it will not display in Chat Conversation Screen in Mirrorfly-Uikit.
#
The Mirrorfly-React--uikit allows you to attach images in the message. After Clicking on Photo option in attachments. User select the images in desired format from local, The selected images will be available on preview screen Image AttachmentNote : Supported Image Format : png, jpeg, jpg.
#
The Mirrorfly-React--uikit allows you to attach documents in the message. After Clicking on Document option in attachments. User select the document in desired format from local, The selected images will be available on preview screen Document AttachmentNote : Supported Document Format : doc, docx, pdf, xls, xlsx, txt, csv, ppt, pptx, zip, rar.