GraphCalendar
Import
import { GraphCalendar } from 'markgraphy';Basic usage
<GraphCalendar
title="example"
year={0}
month={0}
/> 0
Props
| Prop | Type | Default | Description |
|---|---|---|---|
title? | string | — | — |
year | number | — | — |
month | number | — | — |
weekStartsOn? | `0 | 1` | 1 |
marks? | `CalendarMark[] | number[]` | — |
today? | number | — | — |
palette? | GraphPalette | — | — |
corner? | string | — | — |
class? | string | '' | — |
Exported types
CalendarMarkGraphCalendarProps