ka-year-calendar
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Calendars

ka-year-calendar is a react calendars library, developed and maintained by Pradeep(pradeep@kiproshamerica.com).

Installation

Use the package manager to install ka-year-calendar.

yarn add ka-year-calendar
npm i ka-year-calendar

Usage

<YearsCalendar
  config={{
    alternateBgColor: '#eee',
    borderColor: '#999',
    defaultBgColor: '#fff',
    selBgColor: '#dcf5ff',
    selTextColor: 'pink',
    textColor: '#000',
  }}
  items={[
    {
      bgColor: 'red',
      date: new Date('2021-10-29T00:49:49.911Z'),
      data: {},
    },
    {
      bgColor: 'pink',
      date: new Date('2019-02-01T06:00:00.000Z'),
      data: {},
    },
    {
      bgColor: 'orange',
      date: new Date('2019-02-01T06:00:00.000Z'),
      data: {},
    },
    {
      bgColor: 'purple',
      date: new Date('2021-10-29T00:49:49.911Z'),
      data: {},
    },
  ]}
  onClick={(item) => {}}
/>

Demo

Demo

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i ka-year-calendar

Weekly Downloads

1

Version

1.0.5

License

none

Unpacked Size

52.5 kB

Total Files

41

Last publish

Collaborators

  • kpradeeprao