Skip to content

1.0.2

Latest
Compare
Choose a tag to compare
@olumby olumby released this 22 Feb 00:24
· 3 commits to main since this release
8c39437
  • Improve documentation
  • Adds the .bind modifier
<!-- Use a AlpineJS property with the .bind modifier -->
<div x-data="{ date: '2000-01-01' }">
    <time x-dayjs.bind="date"></time>
</div>