@pradeepgudipati/kovaad-chat-ui-kit-styles
Version:
SCSS themes for kovaad-chat-ui-kit library
45 lines (28 loc) • 1.08 kB
Markdown
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.
Using yarn.
```sh
yarn add @pradeepgudipati/kovaad-chat-ui-kit-styles
```
Using npm.
```sh
npm install @pradeepgudipati/kovaad-chat-ui-kit-styles
````
```jsx
import styles from '@pradeepgudipati/kovaad-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/).
1. Update the code as required
2. Once tested , update the package.json version
```json
"version": "1.0.X", // Replace X with the new version
```
3. Commit the changes and raise the PR to the main branch
4. Once PR is approved and merged, GitHub actions will automatically publish the package to npm registry
[](https://github.com/chatscope/chat-ui-kit-styles/blob/master/LICENSE)