syncfusion-aspnetcore-carousel

Create and configure Syncfusion ASP.NET Core Carousel components with autoplay, navigation, and indicators.

2|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/syncfusion/aspnetcore-ui-components-skills --skill syncfusion-aspnetcore-carousel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: syncfusion-aspnetcore-carousel
Source: https://github.com/syncfusion/aspnetcore-ui-components-skills/tree/main/skills/syncfusion-aspnetcore-carousel
Command: npx skills add https://github.com/syncfusion/aspnetcore-ui-components-skills --skill syncfusion-aspnetcore-carousel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the trial-and-error of building a Syncfusion ASP.NET Core Carousel by giving you a ready guide for setup, configuration, and interaction patterns in one place.

Core Features & Use Cases

  • Slide presentation: Create rotating image galleries, hero banners, testimonials, and product showcases with predictable rendering.
  • Navigation and interaction: Configure autoplay, intervals, looping, buttons, indicators, swipe gestures, keyboard access, and slide change events.
  • Data and customization: Bind slides from a data source or use per-item templates, custom indicator templates, button templates, RTL, persistence, and performance tuning.
  • Use case: Build a marketing carousel for an ASP.NET Core site that automatically rotates featured products, lets users navigate manually, and preserves the current slide between page reloads.

Quick Start

Ask the AI to create a Syncfusion ASP.NET Core Carousel for my page with slide templates, autoplay, navigation buttons, indicators, and accessible configuration.

Frequently Asked Questions about syncfusion-aspnetcore-carousel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a carousel in ASP.NET Core using tag helpers?

To create an ASP.NET Core carousel, you use the Syncfusion EJ2 Tag Helper to define slide markup or bind a data source, then configure autoplay, navigation buttons, and indicators for rotating image galleries or product showcases.

Can I bind a data source to an ASP.NET Core carousel component?

Yes, you can bind a data source to the ASP.NET Core carousel component using the dataSource property to dynamically generate slides, or you can define per-item templates for custom slide rendering within your presentation.

What's the best way to configure autoplay and looping in an ASP.NET Core carousel?

The best way to configure autoplay and looping in an ASP.NET Core carousel is by setting the autoplay and loop properties, alongside interval timing, to automatically rotate slides through hero banners and product showcases.

Does the Syncfusion ASP.NET Core carousel support swipe gestures and keyboard navigation?

Yes, the Syncfusion ASP.NET Core carousel supports swipe gestures and keyboard access for manual navigation, and you can handle slide change events to trigger custom logic when users interact with the slides.

Do I need Syncfusion EJ2 theme and script resources to render an ASP.NET Core carousel?

Yes, you need the Syncfusion EJ2 ASP.NET Core Tag Helper along with the required theme and script resources to ensure the carousel renders predictably and supports transitions, indicators, and custom templates.