Image Carousel

The Carousel component in Lowcoder enables the display of a series of images or content in a rotating, slideshow format. It's ideal for showcasing featured items, image galleries, testimonials, or any content that benefits from sequential presentation.

🔧 Key Features

  • Sequential Display: Automatically or manually cycle through a set of items.

  • Customisable Content: Each slide can contain images, text, or other components.

  • Navigation Controls: Includes arrows and indicators for user navigation.

  • Autoplay and Looping: Configure slides to advance automatically and loop continuously.

  • Responsive Design: Adapts to various screen sizes for optimal viewing on all devices.

🛠 Configuration Options

  • Data Binding: Bind the carousel to a data source to dynamically generate slides.

  • Slide Interval: Set the duration each slide is displayed before transitioning.

  • Transition Effects: Choose between different animation styles for slide transitions.

  • Navigation Settings: Enable or disable navigation arrows and indicators.

  • Styling: Customize the appearance of the carousel, including dimensions, colors, and fonts.

⚙️ Integration Tips

  • Dynamic Content: Use queries to fetch and display dynamic content within the carousel slides.

  • Event Handling: Implement event handlers to trigger actions when slides change or are clicked.

  • Responsive Layout: Ensure the carousel scales appropriately by configuring responsive design settings.

Component Playground

On Component Playground, you can interact with the Image Carousel component and explore it's Properties, Events and Methods. Play with different Styling properties to see the effect on the Image Carousel component.

Component Auto-Docs

In the Auto-Docs of Image Carousel component, we have shown how to use different properties of the Image Carousel component. It also includes the Styling properties of the Image Carousel component.

Properties of the Dropdown components

These properties are accessible in {{ }} notations, as well as in JavaScript Queries.

Property Name
Type
Description

data

Array

Returns the data of the Carousel component which contains the array of URLs/Data of the images

hidden

Boolean

Returns True or False based on whether the Carousel component is hidden or not

Events

Events give you the ability to trigger further actions (with Event-Handlers).

Event Name
Description

Change

Triggers, when anything changes on the Carousel component

📌 Use Cases

  • Image Galleries: Showcase a collection of images in a compact, interactive format.

  • Featured Content: Highlight important announcements, products, or articles.

  • Testimonials: Present customer feedback or reviews in a rotating display.

  • Product Showcases: Display multiple products or features in a single, navigable component.

Last updated

Was this helpful?