Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 512 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 512 Bytes

It's easy peasy

<!-- Custom Elements v1 polyfill (2.7KB gzipped) -->
<script src="https://unpkg.com/@webcomponents/custom-elements@1.0.0-alpha.3"></script>
<!-- our custom element's source (1.7KB gzipped) -->
<script src="https://unpkg.com/shaf-timeago@2.0.0"></script>

Usage

<shaf-timeago>
  <time>2017-01-07T21:23:35.587Z</time>
</shaf-timeago>

This still shows if JavaScript is turned off.

Dependencies