Example of Indicator Type in ASP.NET Core Carousel Control
This sample demonstrates the types of indicators in the ASP.NET Core Carousel component.
DEMO
SOURCE
Default Indicator
Dynamic Indicator
Fraction Indicator
Progress Indicator
The ASP.NET Core Carousel
component the available types of indicators Carousel are showcased. They are
Default
, Dynamic
, Progress
and Fraction
, and can be set using the indicatorsType property.
Default
- The Carousel displays indicators with a bullet design
Dynamic
- The Carousel applies dynamic animation to the indicators.
Progress
- The Carousel displays slides numerically as indicators.
Fraction
- The Carousel displays indicators like a progress bar.