Image Carousel
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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.
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.
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.
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.
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.
These properties are accessible in {{ }} notations, as well as in JavaScript Queries.
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 give you the ability to trigger further actions (with Event-Handlers).
Change
Triggers, when anything changes on the Carousel component
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.