Skip to content

Setting weekday label visibility individually

Compare
Choose a tag to compare
@grubersjoe grubersjoe released this 30 Aug 20:32
· 125 commits to main since this release

The showWeekdayLabels prop not only takes a boolean but also a a list of ISO 8601 weekday for finer control which weekdays to show now: Story.

<ActivityCalendar data={data} showWeekdayLabels={['mon', 'fri']} />