moment-element icon indicating copy to clipboard operation
moment-element copied to clipboard

Web Component (with Polymer) wrapper for the moment library

Build status Published on webcomponents.org

<moment-element>

Web Component (with Polymer) wrapper for the moment library.

Example:

<moment-element output="{{outputA}}">[[outputA]]</moment-element>

<moment-element datetime="1991-12-31" output="{{outputB}}"></moment-element>
<div>[[outputB]]</div>