UNPKG

@chatscope/chat-ui-kit-styles

Version:

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

45 lines (28 loc) 1.76 kB
# Chat UI Kit Styles [![Actions Status](https://github.com/chatscope/chat-ui-kit-styles/workflows/build/badge.svg)](https://github.com/chatscope/chat-ui-kit-styles/actions) [![npm version](https://img.shields.io/npm/v/@chatscope/chat-ui-kit-styles.svg?style=flat)](https://npmjs.com/@chatscope/chat-ui-kit-styles) [![](https://img.shields.io/npm/l/@chatscope/chat-ui-kit-styles)](https://github.com/chatscope/chat-ui-kit-styles/blob/master/LICENSE) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://chatscope.io/storybook/react/) Base theme for [chat-ui-kit-react](https://github.com/chatscope/chat-ui-kit-react). You can use this theme, or create your own by customizing scss variables. ## Install Using yarn. ```sh yarn add @chatscope/chat-ui-kit-styles ``` Using npm. ```sh npm install @chatscope/chat-ui-kit-styles ```` ## Usage ```jsx import styles from '@chatscope/chat-ui-kit-styles/dist/default/styles.min.css'; ``` For more information please visit [Chat UI Kit React repository](https://github.com/chatscope/chat-ui-kit-react) or check our friendly [Storybook](https://chatscope.io/storybook/react/). ## Community and support * Twitting via [@chatscope](https://twitter.com/chatscope) * Chatting at [Discord](https://discord.gg/TkUYWQRf2M) * Facebooking at [Facebook](https://www.facebook.com/chatscope) * Articles on the [chatscope blog](https://chatscope.io/blog/) ## Website [https://chatscope.io](https://chatscope.io) ## License [MIT](https://github.com/chatscope/chat-ui-kit-styles/blob/master/LICENSE)