0.7.0 • Published 1 year ago

cntdys v0.7.0

Weekly downloads
1,033
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.6.0

3 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.9

5 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago