1.0.0 • Published 2 years ago

@writetome51/calendar-helpers v1.0.0

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

calendar-helpers

Modules essential for creating a calendar app.
They are the following:

DaysOfMonth

DaysOfMonthData

MonthDisplayService

MonthNamesData

SelectedData

TodayData


Installation

npm i @writetome51/calendar-helpers

Loading

import { DaysOfMonth, DaysOfMonthData, MonthDisplayService, 
    MonthNamesData, SelectedData, TodayData } 
    from '@writetome51/calendar-helpers';