Example of Default Functionalities in Blazor Carousel Component
This sample demonstrates the basic rendering of the Blazor Carousel component using CarouselItem
.
The Blazor Carousel
component is commonly used as a slideshow of images and contents. In
this demo, simple slideshow of natural images has been showcased with the help of CarouselItem
.
By default, the slide will be changed automatically with the interval of 5 seconds. You can also manually change the slide items using previous and next icons.
More information about the Blazor Carousel component can be found in this documentation section.