About the moment-element category

moment-element:
[ This description is mirrored from README.md at github.com/abdonrd/moment-element on 2019-05-22 ]

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>