KPCountdownTimerSize

sealed interface KPCountdownTimerSize

Sealed interface TrendyolCountdownTimerSize defines the size options for the countdown timer in the Trendyol design system. It allows for specific configurations for different sizes, each with its own vertical and horizontal padding values.

This sealed interface restricts the set of possible sizes to the predefined options.

Types

Link copied to clipboard

Large provides the large size configuration for the Trendyol countdown timer. It includes larger padding values for both vertical and horizontal padding.

Link copied to clipboard

Medium provides the medium size configuration for the Trendyol countdown timer. It includes moderate padding values for both vertical and horizontal padding.

Link copied to clipboard

Small provides the small size configuration for the Trendyol countdown timer. It includes smaller padding values for both vertical and horizontal padding.