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: about 1 year 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T17:59:48.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T08:41:30.824Z (about 1 year ago)
- Topics: chat-ui-kit, chat-ui-kit-react, chatscope, scss, theme
- Language: SCSS
- Homepage:
- Size: 63.5 KB
- Stars: 16
- Watchers: 2
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Chat UI Kit Styles
[](https://github.com/chatscope/chat-ui-kit-styles/actions) [](https://npmjs.com/@chatscope/chat-ui-kit-styles) [](https://github.com/chatscope/chat-ui-kit-styles/blob/master/LICENSE) [](https://github.com/semantic-release/semantic-release) [](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)