Untilcomponent

Until(props: UntilProps): ReactElement
ParamType
propsUntilProps
Props for Until — identical to WhenProps. required
Return
ReactElement
Rendered <time> element showing the remaining time.
Throws
RequiredError
If target (or current) cannot be coerced to a valid date.

Remaining time — shows an unsigned string like 6d or 3w for a future date wrapped in a <time> element carrying the machine-readable date.

Examples

<Until target="2030-01-01" />