2.1.0 ā€¢ Published 3 years ago

somehow-calendar v2.1.0

Weekly downloads
84
License
MIT
Repository
github
Last release
3 years ago

work-in-progress

renders html calendars using spacetime date library

npm i somehow-calendar

month-centered calendars from start to end dates, inclusive

<script>
  import { Quarter } from './src'
  let days = {
    'feb 2': 'orange',
    'feb 18': 'blue',
    'feb 28': 'green',
    'march 28': 'blue',
    'march 22': 'blue',
  }
</script>

<Quarter date="march 2012" days="{days}"> </Quarter>

image

API

  • <Year date="" days={}/>
  • <Quarter date="" days={}/>
  • <Month date="" days={}/>
  • <Resize start="" end="" days={}/>
  • <WeekList start="" end="" days={}/>

See also:

2.1.0

3 years ago

2.0.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago