1.11.1 • Published 4 months ago

@openbayes/crisp-chat-widget v1.11.1

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
4 months ago

@openbayes/crisp-chat-widget

Theme-aware Crisp chat widget based on Kladenets color system

Demo

https://user-images.githubusercontent.com/96356/159698418-35d50563-86ec-48fe-b766-2d5de5614c6b.mp4

Install

pnpm add @openbayes/crisp-chat-widget kladenets@next

Usage

In React:

import 'kladenets';

// CSS
import '@openbayes/crisp-chat-widget';

// SCSS (this method will expose `_variables.scss` in your project)
import '@openbayes/crisp-chat-widget/src/index.scss';

In Sass with Webpack:

@import '~kladenets';

// CSS
@import "~@openbayes/crisp-chat-widget";

// SCSS (this method will expose `_variables.scss` in your project)
@import "@openbayes/crisp-chat-widget/src/index.scss";

License

MPL-2.0