studiobakers / react-ui-toolkit

Bakers Studio's React-based UI Toolkit
MIT License
15 stars 2 forks source link

feat(date-timer): Refactor `Countdown` as `DateTimer` #178

Closed mucahit closed 2 years ago

mucahit commented 2 years ago

Details

Countdown component has been repurposed as DateTimer, now it gets range: Date[] prop and countdowns to the greater date from the origin date.

The other use case is Countup functionality, if you pass timerType="up", DateTimer will expect a date greater than today so that it can count up to that date.

This is a Breaking change