somehow-year
v0.1.0
Published
svelte year dataviz
Downloads
18
Readme
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>
Vertical
pass-in vertical={true}
API
<Year date="" vertical={false}/>
<Day date="" color=""/>