1.0.2 • Published 3 years ago

customcalender v1.0.2

Weekly downloads
72
License
ISC
Repository
-
Last release
3 years ago

This package provide us a way to handle the calender in Monthly,Weekly


Installing

npm i customcalender


How to use:-

1-First import by using npm i rncustomdropdown

2-import CustomDropdown from 'rncustomdropdown';


Usage

    <CustomCalender
                currentYear={2005}
                currentMonth={1}
                handleCalender={(result) => console.log("resulttt===>", result)}
            />

Available props

NameTypeDefaultDescription
currentYearnumbercurrentDateuser want to show the calender of particular year
currentMonthnumbercurrentMonthuser want to show the calender of particular month
handleCalenderfunction()=>{}it return the selected item.