All Projects → saeidzebardast → moment-js

saeidzebardast / moment-js

Licence: MIT license
A Polymer element to parse, validate, manipulate, and display dates using Moment.js.

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to moment-js

moment-element
Web Component (with Polymer) wrapper for the moment library
Stars: ✭ 15 (+0%)
Mutual labels:  polymer, moment
resizable-panels
Web Component that allows to resize its childrens vertically or horizontally
Stars: ✭ 18 (+20%)
Mutual labels:  polymer
Lrnwebcomponents
@lrnwebcomponents Monorepo for NPM based element definitions
Stars: ✭ 166 (+1006.67%)
Mutual labels:  polymer
webapp-nordic-thingy
Thingy:52 reference web app
Stars: ✭ 54 (+260%)
Mutual labels:  polymer
Scroll Js
Light cross-browser scroller that uses native javascript
Stars: ✭ 179 (+1093.33%)
Mutual labels:  polymer
iron-swipeable-pages
[Polymer 1.x] Element that enables switching between different pages by swiping gesture.
Stars: ✭ 51 (+240%)
Mutual labels:  polymer
Dspp Keras
Protein order and disorder data for Keras, Tensor Flow and Edward frameworks with automated update cycle made for continuous learning applications.
Stars: ✭ 160 (+966.67%)
Mutual labels:  polymer
identicon-avatar
👾 GitHub style identicon avatar
Stars: ✭ 15 (+0%)
Mutual labels:  polymer
vege-table
A data table that grows, with leaves
Stars: ✭ 29 (+93.33%)
Mutual labels:  polymer
Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+449533.33%)
Mutual labels:  polymer
Polyserve
Moved to Polymer/tools monorepo
Stars: ✭ 194 (+1193.33%)
Mutual labels:  polymer
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (+1133.33%)
Mutual labels:  polymer
mc-viewer
🌐🏠 A Web Component for visualizing Minecraft schematics
Stars: ✭ 25 (+66.67%)
Mutual labels:  polymer
Uniflow Polymer
UniFlow for Polymer
Stars: ✭ 168 (+1020%)
Mutual labels:  polymer
node-red-contrib-polymer
A Polymer based Dashboard UI for Node-RED
Stars: ✭ 21 (+40%)
Mutual labels:  polymer
Polymer Analyzer
Moved to Polymer/tools monorepo
Stars: ✭ 162 (+980%)
Mutual labels:  polymer
Polymer Webpack Loader
WebPack Loader for Polymer Web Components
Stars: ✭ 192 (+1180%)
Mutual labels:  polymer
obvi
A Polymer 3+ webcomponent / button for doing speech recognition
Stars: ✭ 54 (+260%)
Mutual labels:  polymer
polytimer
polytimer.rocks
Stars: ✭ 24 (+60%)
Mutual labels:  polymer
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+513.33%)
Mutual labels:  polymer

<moment-js>

Build Status Published on webcomponents.org

A Polymer element to parse, validate, manipulate, and display dates using Moment.js.

Install

bower install moment-js

Usage

<moment-js></moment-js>
<moment-js format="YYYY-MM-DD HH:mm:ss"></moment-js>
<moment-js date="2016-01-10 14:30" date-format="YYYY-MM-DD HH:mm" format="LLLL"></moment-js>
<moment-js date="2012-09-21" date-format="YYYY-MM-DD" format="LLLL" formatted-date="{{myDate}}" hide></moment-js>
<moment-js date="2016-01-10 14:30" calendar-time></moment-js>

Docs & Demo

See the component page for docs and demo.

Running demos and tests in a browser

  1. Fork the moment-js repository and clone it locally.

  2. Make sure you have Bower installed.

  3. When in the moment-js directory, polymer install to install dependencies.

  4. Run polymer analyze moment-* > analysis.json && polymer serve --port 3000 --open, browser will automatically open the component API documentation.

  5. You can also open demo or in-browser tests by adding demo or test to the URL, for example:

License

MIT © Saeid Zebardast

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].