Skip to content

Instantly share code, notes, and snippets.

@nadeesha
Created February 10, 2019 00:04
Show Gist options
  • Save nadeesha/cbc65289f3fd26edff368ad2abc2afe6 to your computer and use it in GitHub Desktop.
Save nadeesha/cbc65289f3fd26edff368ad2abc2afe6 to your computer and use it in GitHub Desktop.
const LiveDateDisplay = () => (
<div>
<p>Time is:</p>
<p>
<LiveDate>
{
(liveDate) => liveDate.date
}
</LiveDate>
</p>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment