0.1.0 ā€¢ Published 4 years ago

somehow-year v0.1.0

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

work-in-progress

renders html year-viz using spacetime date library

npm i somehow-year

week-centered year from start to end dates, inclusive

<script>
  import { Year, Day } from './src'
</script>

<Year date="2020">
  <Day date="march 28th" color="blue" />
</Year>
<Year date="2021">
  <Day date="march 28th" color="blue" />
</Year>

image

Vertical

pass-in vertical={true} image

API

  • <Year date="" vertical={false}/>
  • <Day date="" color=""/>

See also: