Carpose.de - Documentation
Carpose.de
  • React Integration
    • Getting Started
    • Demo
    • 360° Interior Viewer
    • 360° Exterior Viewer
    • Image Slider Viewer
    • Employee List
    • Search Form
    • CO2 Efficiency Label
  • Angular Integration [DEPRECATED]
    • Getting Started
    • Slider
    • 360° Interior Viewer
    • 360° Exterior Viewer
Powered by GitBook
On this page
  1. React Integration

360° Interior Viewer

This HTML element, identified as carpose-interior-viewer, serves as a container for loading an interior 360-degree viewer provided by Carpose.de. By including specific data attributes such as data-api-key and data-identifier, users can seamlessly integrate the viewer into their web applications. The data-api-key attribute specifies the unique API key required for accessing Carpose's services, while 'data-identifier' identifies the viewer associated with Carpose.de. Through this element, users can immerse themselves in interactive interior views, offering a dynamic and engaging experience.

<div data-carpose-component="interior-viewer" 
     data-api-key="b61983949c29a48293bda8d9" 
     data-identifier="carpose-de">
</div>
Attribute
Description

data-carpose-component

Indicates which component is to be rendered

data-api-key

Specifies the API key required for accessing Carpose's services

data-identifier

Identifies the vehicle associated with Carpose.de

PreviousDemoNext360° Exterior Viewer

Last updated 1 day ago