@victoryoalli/alpinejs-moment

1.0.0 • Public • Published

alpinejs-moment

An Alpine JS plugin wrapper for moment.js

Usage

<div x-text="$moment().format('LTS')"></div>

Example:

Using Alpines JS Timeout Plugin you could build a clock really ease.

<div  x-data x-timeout:1000="$el.innerText=$moment().format('LTS')"></div>

Readme

Keywords

none

Package Sidebar

Install

npm i @victoryoalli/alpinejs-moment

Weekly Downloads

138

Version

1.0.0

License

MIT

Unpacked Size

349 kB

Total Files

10

Last publish

Collaborators

  • victoryoalli