Results 45 comments of Tim

@bluebill1049 csb? ``` import { useState, useEffect } from 'react'; import FlipNumbers from 'react-flip-numbers'; const OfferCountdown3 = ({dueDate}) => { const [timeRemaining, setTimeRemaining] = useState(); useEffect(() => { const id...

@bluebill1049 I managed to format it, although it seems as though when it reaches zero, the end of the countdown it does not stop on zero. I keeps on counting...

+1 one that feature request! Also working on a design system built on web components using Stencil.js! Would be a highly appreciated addition!

@mJarsater nice!, Btw, is the reference to https://github.com/scania-digital-design-system/tegel/issues/539 by mistake? Or was it somehow related.

@ckrook noticed the branch is not in the `fix/`-namespace, could we move it correctly? You could do `git branch -m fix/branch-name` locally and push it. Would correct it!

Nice @mistermalm @ckrook, do we think is good as a start, or should we add a post hook to Teams? I think that can eventually be done in a later...

> Adding a comment just to outline some thoughts, findings and next steps for myself. These things are good to consider already in the upcoming week: > > * [x]...

> @theJohnnyMe @timrombergjakobsson @mistermalm I implemented complete (I think) support for tegel component versioning. Would be great if you guys could create a beta release for me to test this...

@MartinPiq i created a pr from your fork and made a beta based on that. Try it out! https://www.npmjs.com/package/@scania/tegel/v/1.18.0-versioning-beta.0 https://github.com/scania-digital-design-system/tegel/pull/841