Socket
Socket
Sign inDemoInstall

@vaadin-component-factory/vcf-chat

Package Overview
Dependencies
Maintainers
6
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin-component-factory/vcf-chat

Web Component chat implementation with virtual and infinite scroll.


Version published
Weekly downloads
13
increased by18.18%
Maintainers
6
Weekly downloads
 
Created
Source

<vcf-chat>

Gitter npm version Published on Vaadin Directory

This is the npm version vcf-chat developed using Polymer 3.

Live demo ↗ | API documentation ↗

screenshot

Installation

Install vcf-chat:

npm i @vaadin-component-factory/vcf-chat --save

Usage

Once installed, import it in your application:

import '@vaadin-component-factory/vcf-chat';

Add <vcf-chat> element to the page.

<vcf-chat lazy-load-trigger-offset="300">
  <div class="loading-indicator" slot="loading-indicator">
    Loading..
  </div>
</vcf-chat>

Running demo

  1. Fork the vcf-chat repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vcf-chat directory, run npm install to install dependencies.

  4. Run npm start to open the demo.

Contributing

To contribute to the component, please read the guideline first.

Vaadin Prime

This component is available in the Vaadin Prime subscription. It is still open source, but you need to have a valid CVAL license in order to use it. Read more at: https://vaadin.com/pricing

License

Apache License 2.0

Keywords

FAQs

Package last updated on 24 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc