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
Large
provides the large size configuration for the Trendyol countdown timer. It includes larger padding values for both vertical and horizontal padding.
Medium
provides the medium size configuration for the Trendyol countdown timer. It includes moderate padding values for both vertical and horizontal padding.
Small
provides the small size configuration for the Trendyol countdown timer. It includes smaller padding values for both vertical and horizontal padding.