0.0.1 • Published 5 years ago

react-calendar-custom v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

react-calendar-custom


Calendar component for react.

Features:

  • custom components.

  • support multiple date events.

Installation and Usage

The common way to use react-calendar-custom is to install it from npm or yarn:

yarn add react-calendar-custom

Props

Common props you may want to specify:

  • value - date value for selectedDate in calendar component.
  • events - events to store inside date.
  • height and width - customize calendar size.
  • markerColor - custom color for marker.
  • selectedDateStyle - custom style object for selectedDateStyle.
  • todayStyle - custom style object for todayDate.

License

MIT Licensed. Copyright (c) Naufal Asad Alhaq 2019.