Props
Route Params
Component Attributes
data-cc-component="timer" – Initializes the component.data-cc-component-target-date-time="2025-08-21T16:30:00Z" – A specific time to count down to.data-cc-component-repeatable-times="[ { "day": "Sunday", "hour": 16 }, { "day": "Thursday", "hour": 14, "minute": 30 } ]" – A list of weekly day/time pairs; the timer will always count down to the soonest one.Custom Behavior
targetDateTime data attribute (if valid ISO date string)repeatableTimes data attribute (if valid JSON array)webinarRegistrationId from URL (fetches start time from API)[{"day":"Sunday","hour":16},{"day":"Thursday","hour":14,"minute":30}] 2025-08-21T16:30:00Z
data-cc-component="timer"?webinarRegistrationId=some-id (or equivalent if adapted)
div block to your Webflow layout.data-cc-component="timer"brandApiDomainwebinarRegistrationId) for fetching data or one of the available props.The timer is fully styled in Webflow.