Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Added deckgo-slide-countdown slide web core component #215

Closed
wants to merge 12 commits into from
Closed

Added deckgo-slide-countdown slide web core component #215

wants to merge 12 commits into from

Conversation

gauravmahto
Copy link
Contributor

@gauravmahto gauravmahto commented Aug 3, 2019

This commit adds deckgo-slide-countdown web core slide component.

Please see #45

Usages:

<deckgo-slide-countdown hours="0" minutes="0" seconds="5">
  <h1 slot="title">My presentation will start in</h1>
</deckgo-slide-countdown>

Exposed public method on the HTML element:

start() - To start the countdown.
stop() - To stop the countdown.

Exposed CSS custom properties:

--countdown-base-size : Initial component base size. 
--clock-background-color : Clock's background color
--clock-foreground-color : Clock's digits' color.

@gauravmahto gauravmahto closed this Aug 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant