Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@chatscope/chat-ui-kit-styles

chatscope106.6kMIT1.4.0

SCSS themes for @chatscope/chat-ui-kit-react library

chat, styles, css, scss, ui, user interface, components, ui kit, communication, conversation, toolkit, library, skin, theme, frontend, reusable, responsive

readme

Chat UI Kit Styles

Actions Status npm version semantic-release Storybook

Base theme for chat-ui-kit-react.

You can use this theme, or create your own by customizing scss variables.

Install

Using yarn.

yarn add @chatscope/chat-ui-kit-styles

Using npm.

npm install @chatscope/chat-ui-kit-styles
`

Usage

import styles from '@chatscope/chat-ui-kit-styles/dist/default/styles.min.css';

For more information please visit Chat UI Kit React repository or check our friendly Storybook.

Community and support

Website

https://chatscope.io

License

MIT

changelog

@chatscope/chat-ui-kit-styles changelog

1.4.0 (2022-08-12)

Features

  • conversation: added border variables (209e21d)

1.3.0 (2022-08-12)

Features

  • conversation: added font weight variables (e47bf31)

1.2.5 (2022-08-12)

Bug Fixes

  • conversation: background color value from variable (d8eb556)

1.2.4 (2022-08-07)

Bug Fixes

  • allow $main-container-font-size value to be overridden (f29426c)

1.2.3 (2021-09-27)

Bug Fixes

  • possibility to override the values of some variables (da58c6d)

1.2.2 (2021-09-13)

Bug Fixes

  • remove deprecation warning and add possibility to override the base colors (a737d4c)

1.2.1 (2021-09-13)

Bug Fixes

1.2.0 (2021-03-21)

Features

  • message-list: bottom modifier in loading more loader (04a49f0)

1.1.2 (2021-02-26)

Bug Fixes

  • wrapping words in message input (18eca43)

1.1.1 (2021-02-24)

Bug Fixes

  • #18: wrapping words in message (a3f93d1), closes #18

1.1.0 (2021-02-14)

Features

  • conversation-list: loading more in conversation list (183d8f6)

1.0.6 (2020-12-29)

Bug Fixes

  • #1: conversation header and message input shrink in safari (489330a), closes #1

1.0.5 (2020-12-18)

Bug Fixes

  • missing semicolons in variables (30a84ba)

1.0.4 (2020-11-10)

Bug Fixes

  • search: search input container overflow in firefox (ab20f73)

1.0.3 (2020-09-22)

1.0.2 (2020-09-22)

1.0.1 (2020-09-21)

1.0.0 (2020-09-21)

chore

BREAKING CHANGES

  • release: First stable release