Created
February 10, 2019 00:04
-
-
Save nadeesha/cbc65289f3fd26edff368ad2abc2afe6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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