Blazor Carousel Example - Custom Templates
This sample demonstrates the customization of the Blazor Carousel component using various templates.
In this demo, the Blazor Carousel
component is customized by using the templates. The
navigators and indicators are customized using PreviousButtonTemplate
, NextButtonTemplate
, IndicatorsTemplate
.
The carousel item is customized using Template
option.
More information about customizing Blazor Carousel component can be found can be found in this documentation section.