0.7.0 • Published 2 years ago

cntdys v0.7.0

Weekly downloads
1,033
License
MIT
Repository
github
Last release
2 years ago

npm.io

count'em days

half KB JS calendar

goals

  • separate calendar logic from ui
  • minimal size
  • modern – use ES modules for delivery

usage

<script type="module">
  import { calendarMonth } from 'https://unpkg.com/cntdys@latest/dist/main.min.js'
  console.log('calendarMonth', calendarMonth(2017, 9))
  // or with different start of the week
  console.log('calendarMonth', calendarMonth(2017, 9, 1)) // start week on Monday (0 = Sunday)
</script>

or with npm install cntdys.

what about ui?

caly

0.7.0

2 years ago

0.6.0

4 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.9

6 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago