1.0.1-beta.0 • Published 8 months ago
@gigit-ai/gigit-react v1.0.1-beta.0
# Gitgit Apps
Gitgit Apps is a collection of React components designed to enhance your e-commerce store experience. The package includes **QAWidget**, **Highlights**, and **SmartMenu** components, each requiring minimal configuration to integrate seamlessly with your store.
## Installation
```bash
npm install @your-org/gitgit-apps --//registry.npmjs.org/:_authToken=YOUR_ACCESS_TOKEN
```
## Components
### 1. QAWidget
A widget that enables chat with AI to answer common questions on your store.
#### Usage
```jsx
import { QAWidget } from 'gitgit-apps'
const MyComponent = () => <QAWidget shop="my-shop.com" />
```
#### Props
```plaintext
| Prop | Type | Required | Description |
|-------|--------|----------|-------------|
| shop | string | ✅ | The domain of your store URL (e.g., `my-shop.com`). |
```
---
### 2. Highlights
A component that showcases key product features relevant to users browsing the page.
#### Usage
```jsx
import { Highlights } from 'gitgit-apps'
const MyComponent = () => <Highlights shop="my-shop.com" />
```
#### Props
```plaintext
| Prop | Type | Required | Description |
|-------|--------|----------|-------------|
| shop | string | ✅ | The domain of your store URL (e.g., `my-shop.com`). |
```
---
### 3. SmartMenu
A navigation menu that improves user experience.
#### Usage
```jsx
import { SmartMenu } from 'gitgit-apps'
const MyComponent = () => <SmartMenu shop="my-shop.com" />
```
#### Props
```plaintext
| Prop | Type | Required | Description |
|-------|--------|----------|-------------|
| shop | string | ✅ | The domain of your store URL (e.g., `my-shop.com`). |
```
## License
This is a private library. Unauthorized distribution or modification is prohibited.
## Support
For issues or feature requests, please email us at info@gigit.ai.
```
```
1.0.1-beta.0
8 months ago