Interactive testing environment for react-shared components
Current: Default
Displays a countdown timer to create urgency for time-sensitive offers and promotions
Customize the countdown timer properties and see the changes in real-time
Different countdown timer configurations for various scenarios
Different timer display options
(Timer is disabled - nothing appears above)
countdownTimerCountdownTimerConfig (optional) - Configuration object for the countdown timer
CountdownTimerConfig properties:
enabled: boolean - Whether the timer is active and visibletitle: string (optional) - Title displayed above the timertimer_option: 'absolute' | 'relative' - Timer type (currently only 'absolute' is implemented)end_date_time: string - ISO 8601 date string for when the timer should endclassNamestring (optional) - Additional CSS classes