# Kovaad - Chat UI Kit Styles

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 @pradeepgudipati/kovaad-chat-ui-kit-styles
```

Using npm.

```sh
npm install @pradeepgudipati/kovaad-chat-ui-kit-styles
````

## Usage

```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/).

## New Release

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

## License

[MIT](https://github.com/chatscope/chat-ui-kit-styles/blob/master/LICENSE)
