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

Image Slider Viewer

This HTML element, known as carpose-slider-viewer, serves as a platform for integrating a slider viewer provided by Carpose.de. Equipped with specific data attributes like data-api-key and data-identifier, users can seamlessly incorporate the viewer into their web projects. 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 effortlessly navigate through various visual content, offering an engaging and interactive experience within their web applications.

<div data-carpose-component="slider-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

Previous360° Exterior ViewerNextEmployee List

Last updated 1 day ago