Form

Countdown

A Countdown illustrates how much time there is left until an end date is reached.
4 days left
in March
S
M
T
W
T
F
S
27
1
import {Countdown} from '@coveord/plasma-react';
2
3
export default () => <Countdown />;

Props

NameTypeDefaultDescription
endDateMomentLast day of the current month
The end date at which the countdown ends
startDateMomentNow
The starting date from which the countdown begins

No guidelines exist for Countdown yet.

Create guidelines