Example of Templates in ASP.NET Core Carousel Control
This sample demonstrates the customization of the ASP.NET Core Carousel component using various templates.
DEMO
SOURCE
In this demo, the ASP.NET Core Carousel component is customized by using the templates. The
navigators and indicators are customized using nextButtonTemplate, previousButtonTemplate, indicatorsTemplate.
The carousel item is customized using template option.
More information about customizing ASP.NET Core Carousel component can be found in this documentation section.