Form

Countdown

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

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