Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chatscope/chat-ui-kit-styles
Base theme for chat-ui-kit-react
https://github.com/chatscope/chat-ui-kit-styles
chat-ui-kit chat-ui-kit-react chatscope scss theme
Last synced: 28 days ago
JSON representation
Base theme for chat-ui-kit-react
- Host: GitHub
- URL: https://github.com/chatscope/chat-ui-kit-styles
- Owner: chatscope
- License: mit
- Created: 2020-08-26T18:00:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T17:59:48.000Z (over 2 years ago)
- Last Synced: 2024-10-02T03:23:47.638Z (about 1 month ago)
- Topics: chat-ui-kit, chat-ui-kit-react, chatscope, scss, theme
- Language: SCSS
- Homepage:
- Size: 63.5 KB
- Stars: 15
- Watchers: 3
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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)