1.4.0 • Published 9 months ago

calendar-with-todo-list v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Date Picker

Watch on Storybook

Instalation

npm i calendar-with-todo-list

Components

<Calendar />

Props

type?: 0 | 1 | 2 (0 - week, 1 - month (default), 2 - year)
color?: string
min?: Date
max?: Date
firstDayOfWeek?: 0 | 1 (0 - sunday, 1 - monday (default))
todoList?: boolean
weekends?: boolean
daysOff?: boolean
  • type defines view and size of your calendar.
  • color is primary color of calendar. It should be valid css color format, for example hex or rgb.
  • min is javascript Date object
  • max is javascript Date object
  • firstDayOfWeek defines the day a week starts with
  • todoList defines if todo list is alavible
  • weekends defines if weekedns will be highlight with primary color
  • daysOff defines if daysOff (defined by this library) will be highlight with primary color
1.4.0

9 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago