Welcome to HelloRamp.ai
Getting Started
Integration Options
FAQs and Support
Welcome to HelloRamp.ai
Getting Started
Integration Options
FAQs and Support
Welcome to HelloRamp.ai
Getting Started
Integration Options
Usage Guides
Advanced Features
FAQs and Support
SDK Integration
Integrate the HelloRamp.ai AutoViewer SDK in your Next.js project:
1. Install SDK:
`npm install @helloar/auto-viewer@latest`
2. Example Code:
```javascript
import { AutoViewer } from '@helloar/auto-viewer';
function Integration({ productId }) {
return <AutoViewer productId={productId} />;
}
export default Integration;
```