0.1.18 • Published 2 years ago
react-native-calendar-sn v0.1.18
react-native-calendar-sn
React Native Calendar Library from SiliconNexus
Installation
npm install react-native-calendar-sn
Usage
import { CalendarMonth } from 'react-native-calendar-sn';;
// ...
<CalendarMonth
events={[
{
title: "Level 1",
start: new Date("2023-10-10T10:00:05.327+00:00"),
end: new Date("2023-10-10T12:00:05.327+00:00"),
},
]} // type="day" eventDate={{ year:2023, month:9, date:23, }}
/>
For Single Date
<CalendarMonth
events={[
{
title: "Level 1",
start: new Date("2023-10-10T10:00:05.327+00:00"),
end: new Date("2023-10-10T12:00:05.327+00:00"),
},
]}
type="day" //types are -> '3days' | 'week' | 'day' | 'custom' | 'month'
eventDate={{ year:2023, month:9, date:23, }} // it is mandatory if you want to use 'type' attribute.
/>
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.( you can't )
License
MIT
Made with create-react-native-library
0.1.16
2 years ago
0.1.17
2 years ago
0.1.18
2 years ago
0.1.14
2 years ago
0.1.15
2 years ago
0.1.13
2 years ago
0.1.10
2 years ago
0.1.11
2 years ago
0.1.12
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.9
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago
1.0.0
2 years ago