# Kajoo-ai Sitecore React Components

## Introduction

The Kajoo-ai Sitecore React components are a lightweight wrapper around the `@sitecore-jss/sitecore-jss-react` library. They are designed to provide a seamless integration with your Sitecore JSS React projects.

## Compatibility

Please ensure to use a version of this package that matches with your project's `@sitecore-jss/sitecore-jss-react` version. For instance, if your project is using `@sitecore-jss/sitecore-jss-react@14.x`, then you should use `@kajoo-ai/sitecore-react@14.x`.

## Installation

You can install the package using either npm or yarn:

With npm:

```sh
npm install @kajoo-ai/sitecore-react
```

Or with yarn:

```sh
yarn add @kajoo-ai/sitecore-react
```

## Usage

To utilize Kajoo Sitecore React components in your project, import the specific components you need:

```js
import { Text, Image } from "@kajoo-ai/sitecore-react";
```
