customcalender
v1.0.2
Published
This package provide us a way to handle the calender in Monthly,Weekly
Readme
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
| Name | Type | Default | Description | | ---- | ---- | ------ | ----------- | | currentYear | number | currentDate | user want to show the calender of particular year | | currentMonth | number | currentMonth | user want to show the calender of particular month | | handleCalender | function | ()=>{} | it return the selected item.
