Overflow

Use overflow variant when no need to display single items, overflow provides gives users a useful hint that there's more content for them to see.

Note: This variant does allow the use of badge counter

Inheritors

Types

Link copied to clipboard

Properties

Link copied to clipboard
open val showIndicator: Boolean = true

Functions

Link copied to clipboard
operator fun invoke(showIndicator: Boolean): CarouselVariant.Overflow

Creates an Overflow instance with the specified indicator visibility.