BcSlider
Description
The BcSlider component provides an animated sliding interface for dynamically displaying content elements. It supports transitions between slides and can be controlled programmatically.
Sample
Parameters
ChildContent
RenderFragment
Defines the child content inside the slider.
FormatingStateChanged
Action?
Event triggered when the state of the slider changes.
AnimationFinished
Action?
Event triggered when an animation completes.
SlideElements
BcSlideElementReference < T >
A list of elements currently contained within the slider.
Methods
Adds a new slide element dynamically to the slider.
Removes a specific slide element from the slider.
Slides to the next element in the slider.
Slides to the previous element in the slider.
Jumps directly to a specific slide index without animation.
Removes all slide elements from the slider.