npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

inconnect-chat-ui

v1.4.8

Published

Inconnect Chat UI Library

Downloads

12

Readme

Demo

https://chatui.dev.getalice.ai/

See Demo Here

How to Use

Install inconnect-chat-ui as dependency

npm i inconnect-chat-ui --save

or if you use yarn

yarn add inconnect-chat-ui

In your component first import

import { TextMessage } from 'inconnect-chat-ui';

API Documentation

See Storybook

Develop

Clone the repo from github

$ git clone https://github.com/alice-labs/inconnect-chatui

Install Dependencies

$ yarn install

Then, Run storybook

$ yarn storybook

To run tests

$ yarn test

How to Contribute

Fork the repo. pull the master branch if required. Create a issue why we need this feature, then create your feature branch do your changes. write test code if required. and Send a Pull Request . PR's are always welcome!

Release log

16 July 2020 - v 1.0.0-alpha 🎉

  • Updated ChatUI Container

19 July 2020 - v1.0.1 🎉

  • Removed Container
  • Add TextMessage
  • Add NoteMessage

19 July 2020 - v1.0.2 🎉

  • Fixed Import

20 July 2020 - v1.0.3 🎉

  • Image Message
  • Button Message

21 July 2020 - v1.0.4 🎉

  • QuickReply Message

21 July 2020 - v1.0.5 🎉

  • Added Consumer - this is chat window from perspective of user or admin (user | admin)
  • Added element style and element class name for all chat bubble . using it for manual design override

22 July 2020 - v1.0.6 🎉

  • Minor Style Fixes

22 July 2020 - v1.0.7 🎉

  • Note Style Fixes

22 July 2020 - v1.0.7 🎉

  • Note Style Fixes

27 July 2020 - 1.0.8 🎉

  • Feed Post for Feed Type CRM

...

6 Aug 2020 - 1.0.12 🎉

  • Updated Feed For CRM

10 Sep 2020 - 1.0.13 🎉

  • Adds avatar support for all the chat components

14 Sep 2020 - 1.0.14 🎉

  • Fix minor style issue for avatar components

14 Sep 2020 - 1.0.15 🎉

  • Fix image avatar style issue for avatar components

16 Sep 2020 - 1.0.16 🎉

  • Added Video Type for Feed
  • Added Image Type for Feed

28 Sep 2020 - 1.0.17 🎉

  • ButtonGroupContainer style added
  • font size for msg time synced to 0.7rem

29 Sep 2020 - 1.0.18 🎉

  • Fix repliedBy only for admin issue

23 Nov 2020 - 1.0.21 🎉

  • Added Action as hide delete edit for Feed Post
  • added some minor flow props to give user more control like, closeOnActionClick, showAction, commentBg etc

24 Nov 2020 - 1.0.22 🎉

  • Feed Post added design for Hide Delete edited
  • Few design Changes for Feed post

27 Nov 2020 - 1.0.23 🎉

  • Added Props moreButtonHeightWidth to adjust action button height width

29 Nov 2020 - 1.0.24 🎉

  • changed comment action control using showCommentAction and their handle method for hide and delete only

02 Dec 2020 - 1.0.25 🎉

  • fixed status from hidden to hide and active to add

02 Dec 2020 - 1.2.0 🎉

  • Added Gallery Block component

02 Dec 2020 - 1.2.1 🎉

  • Minor Style Fix
  • Updated Import for main index file

02 Dec 2020 - 1.2.2 🎉

  • Minor Style Fix,
  • added props galleryItemClassName into GalleryMessage component

02 Dec 2020 - 1.2.3 🎉

  • changed delete status for feed post from deleted to remove

09 Dec 2020 - 1.2.4 🎉

  • Added Edit Options for Feed post reply see props and storybook for example. customer type users cannot be edited

15 Dec 2020 - 1.2.5 🎉

  • Fix gallery item height issue

15 Dec 2020 - 1.2.6 🎉

  • Fix gallery item font sizes

15 Dec 2020 - 1.2.7 🎉

  • Fix gallery item replied by spacing

March 2021 - 1.2.8 -1.3.0 🎉

  • Send status and prop to control it
  • Minor Css fixes
  • Avatar Container will show avatar from top

10 March 2021 - 1.3.1 🎉

  • Change note style, added intents to it (will implement popover later)

16 March 2021 - 1.3.2 🎉

  • Fixed Text Message default Style
  • Fixed Message time typo &nsbp;
  • Added | in interval of showing time or other info

16 March 2021 - 1.3.3 🎉

  • Fixed Elements Style for QuickReply, Image Message, Gallery, Button

16 March 2021 - 1.3.5 🎉

  • Fixed Button Style, fixed gallery issues

16 March 2021 - 1.3.6-8 🎉

  • Fixed Button Style

2 July 2021 - 1.3.9 🎉

  • Support Dom or text for text supporting react-linkify

4th Aug 2021 - 1.4.0-1.4.1

  • gallery design fix and button anchor